View on GitHub

sensibill-android-documentation

com.getsensibill.core / SensibillSDK / start

start

fun start(userIdentifier: String, callBack: SDKStartup): Unit

Login to the library with the params retrieved by the Oauth provider.

This method should be called after SDK is initialized with initialize

Parameters

userIdentifier - unique value that identifies the user, for example: a hash/md5 of a userName or userId.

callBack - SDKStartup callback that tells if SDK was initialized successfully or not.