Customizing Dynamic Liveness notifications#
You can customize messages that are shown when a user performs blinking to fulfill the Dynamic Liveness estimation. For example, you can change:
- Notification language
- Fonts
- Font colors
- Background colors
In LUNA ID for Android#
To customize Dynamic Liveness notifications, specify them in the LunaID.interactions()
method by implementing your own logic.
The default notification language is English.
In LUNA ID for iOS#
To customize Dynamic Liveness notifications, use the func showNotificationMessage(_ newMessage: String)
method of LMVideoStreamNotificationViewProtocol
.