Android SDK initialization
Initialize the SecureAuth Mobile SDK library in your App
class. The initialization ensures that the Mobile SDK loads your configuration and starts running the Android Mobile SDK.
Initialize the SecureAuth Mobile SDK library in your App
class. You will also update the push notification token information by calling "ApplicationUtil.setToken()"
.
// Place this in your Application file // SDK initialization method SecureAuth.init() // Register push notification token with ApplicationUtil // Please use this method every time the push notification token changes ApplicationUtil.setToken(context, pushNotificationToken)
Next steps
Android SDK configuration