Skip to content

Register Login Launcher

//trimble-id-android/com.trimble/Authenticator/registerLoginLauncher

registerLoginLauncher

[androidJvm]
open override fun registerLoginLauncher(context: AppCompatActivity)

Registers the login launcher. Result from login will be later handled by this function. This method needs to be invoked in the onCreate() or onStart() of the LifecycleOwner. It should be invoked before login.

Parameters

androidJvm

contextto register the login launcher. Context needs to be of type AppCompatActivity