logIn

fun logIn(newAppUserID: String, callback: LogInCallback? = null)

This function will change the current appUserID. Typically this would be used after a log out to identify a new user without calling configure

Parameters

newAppUserID

The new appUserID that should be linked to the currently user

callback

An optional listener to listen for successes or errors.