onSessionTokenRequired

abstract fun onSessionTokenRequired(sessionTokenRequester: SessionTokenRequester)

App needs to fetch a new token and pass on the new token to SDK via SessionTokenRequester.onSuccess, or SessionTokenRequester.onFail if error has occurred during the fetch.

In case when app decides not to refresh the session for the user, they should call SessionTokenRequester.onSuccess with null as a token value.

Since

3.0.150