android-sdk (1.4.3) / com.techcentrix.sdk / TechCentrixSDK / isSignedIn
isSignedIn
@JvmStatic fun isSignedIn():
Boolean
Returns true
if a user is signed in.
If true
is returned, you can call com.techcentrix.sdk.ui.TechCentrixActivity.start method to show SDK UI.
If false
is returned, you must sign in the user using one of the signIn or signInAsync methods.
Return
true
if the user is signed in; false
otherwise