ViewOverlayAttacher

This class has the responsibility of attaching overlay views based on OverlayType type

Constructors

Link copied to clipboard
constructor(view: View)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val view: View

View the view that will be attached.

Functions

Link copied to clipboard

Attaches the view to the current application or over all applications with the given context with the OverlayType specified.

Link copied to clipboard
fun detach(context: Context)

Detaches the view associated with input context from its parent if has been previously attached.

Link copied to clipboard
fun detachAll()

Detaches all the views from its parent if has been previously attached.