AppViewOverlay
class AppViewOverlay(val view: View, val desiredType: ViewOverlayAttacher.OverlayType = ViewOverlayAttacher.OverlayType.GLOBAL)
Represents a view that can is attached to the views of an app or attached to the system's window if the device has permissions to do it.
Constructors
Link copied to clipboard
constructor(view: View, desiredType: ViewOverlayAttacher.OverlayType = ViewOverlayAttacher.OverlayType.GLOBAL)