-
public abstract class AuthenticationTokenTrackerThis class can be extended to receive notifications of authentication token changes. The {@link
Fragment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAuthenticationTokenTracker.Companion
-
Field Summary
Fields Modifier and Type Field Description private BooleanisTracking
-
Constructor Summary
Constructors Constructor Description AuthenticationTokenTracker()
-
Method Summary
Modifier and Type Method Description final BooleangetIsTracking()Gets whether the tracker is tracking the current authentication token. final UnitsetIsTracking(Boolean isTracking)final UnitstartTracking()Starts tracking the current authentication token final UnitstopTracking()Stops tracking the current authentication token. -
-
Method Detail
-
getIsTracking
final Boolean getIsTracking()
Gets whether the tracker is tracking the current authentication token.
-
setIsTracking
final Unit setIsTracking(Boolean isTracking)
-
startTracking
final Unit startTracking()
Starts tracking the current authentication token
-
stopTracking
final Unit stopTracking()
Stops tracking the current authentication token.
-
-
-
-