removeOverlayViewProvider

open fun removeOverlayViewProvider(@NonNull overlayViewProvider: OverlayViewProvider)

Removes a previously added OverlayViewProvider. If the provider hasn't been added previously, this method will be a no-op.

Using this API requires the current license to contain the annotations component.

Parameters

overlayViewProvider

OverlayViewProvider that should be removed. Must be non-null.

See also

Throws

If the current license doesn't contain the annotations component.