onMaskComplete

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.

Warning: You cannot call method like AppCompatDelegate.setDefaultNightMode in this callback to modify the mode ofthe activity, because modifying the activity mode will cause activity recreate, leading to serious consequences such as animation abnormalities.

Since

0.5.6