public interface ICurrentAccountResult
| Modifier and Type | Method and Description |
|---|---|
boolean |
didAccountChange()
Indicates whether the current account has changed since last checked.
|
IAccount |
getCurrentAccount()
Returns the current account signed into the app or in the case of shared device mode.
|
IAccount |
getPriorAccount()
If the current signed in account changed as a result of being removed from the device, returns
the prior account signed into the app or in the case of shared device mode.
|
IAccount getCurrentAccount()
IAccount getPriorAccount()
boolean didAccountChange()