java.lang.Object | |
↳ | com.google.android.gms.auth.api.accounttransfer.DeviceMetaData |
Contains meta information like source device auth info and whether an authenticator is allowed to throw challenge.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the duration since the lock screen was setup.
| |||||||||||
Returns if the calling authenticator is allowed to challenge on the device this call is made.
| |||||||||||
Returns whether the lock screen was solved by user prior to starting the account transfer flow.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the duration since the lock screen was setup.
Note that this is best effort only and there is no guarantee on the correctness of this information. The actual age of the lock screen is expected to be equal or more than the value returned here.
Returns | |
---|---|
long |
Returns if the calling authenticator is allowed to challenge on the device this call is made.
Returns | |
---|---|
boolean |
Returns whether the lock screen was solved by user prior to starting the account transfer flow.
Returns | |
---|---|
boolean |