OnPictureInPictureModeChangedProvider
Interface for components that can dispatch calls from Activity.onPictureInPictureModeChanged.
Functions
Link copied to clipboard
abstract fun addOnPictureInPictureModeChangedListener(listener: Consumer<PictureInPictureModeChangedInfo>)
Add a new listener that will get a callback associated with Activity.onPictureInPictureModeChanged with the new PictureInPictureModeChangedInfo.
Link copied to clipboard
abstract fun removeOnPictureInPictureModeChangedListener(listener: Consumer<PictureInPictureModeChangedInfo>)
Remove a previously added listener. It will not receive any future callbacks.