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