Handling 2FA / Transaction Request
How to handle an attempt to 2fa authenticate or when a request for signing transaction.
Last updated
Was this helpful?
How to handle an attempt to 2fa authenticate or when a request for signing transaction.
Last updated
Was this helpful?
You must request Notification Permission to receive notifications from Android 13+.
FirebaseMessagingService
must be implemented to receive push notifications. If the service is already exist, you only need to add code related to Hyphen.
Add the code below to the root activity to ensure proper handling when click Hyphen push notification.