Added
- Added new methods for
setEmail
,setUserId
andupdateEmail
which acceptsauthToken
, providing more ways to passauthToken
to SDK - Added two interface methods -
onTokenRegistrationSuccessful
andonTokenRegistrationFailed
. Override these methods to see if authToken was successfully received by the SDK.
Changed
setAuthToken
method is now public allowing additional way to provideauthToken
to SDK.