MaskAnimationListener

Functions

Link copied to clipboard
abstract fun onMaskComplete()

Callback when MaskView is already prepared. At this time, you should switch the display of page elements, such as adjusting the text color from black in day mode to white in dark night mode.

Link copied to clipboard
abstract fun onMaskFinished()

Callback when the mask animation has finished. At this time you can modify the app to dark night mode.