InterLayerDisplayPolicyManager
Manage a display's lifecycle between layers.
Types
Functions
Link copied to clipboard
abstract fun addListener(listener: InterLayerDisplayPolicyManager.Listener)
Content copied to clipboard
Add listener
Link copied to clipboard
abstract fun onDisplayLayerCleared(layer: InterLayerDisplayPolicyManager.DisplayLayer)
Content copied to clipboard
Should be called when the display cleared
Link copied to clipboard
abstract fun onDisplayLayerRendered(layer: InterLayerDisplayPolicyManager.DisplayLayer)
Content copied to clipboard
Should be called when the display rendered
Link copied to clipboard
abstract fun onPlayFinished(layer: InterLayerDisplayPolicyManager.PlayLayer)
Content copied to clipboard
Should be called when the play finished
Link copied to clipboard
abstract fun onPlayStarted(layer: InterLayerDisplayPolicyManager.PlayLayer)
Content copied to clipboard
Should be called when the play started
Link copied to clipboard
abstract fun removeListener(listener: InterLayerDisplayPolicyManager.Listener)
Content copied to clipboard
Remove listener