java.lang.Object | |
↳ | com.google.android.gms.auth.api.accounttransfer.AccountTransfer |
Main entry point for AccountTransfer API's.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACTION_ACCOUNT_EXPORT_DATA_AVAILABLE | Broadcast sent to the packages which own the accounts on device to notify availability of export transfer data. | |||||||||
String | ACTION_ACCOUNT_IMPORT_DATA_AVAILABLE | Broadcast sent to the packages which own the accounts on device to notify availability of import transfer data. | |||||||||
String | ACTION_START_ACCOUNT_EXPORT | Broadcast sent to the packages which own the accounts on device to notify starting of account export. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
AccountTransferClient for use in a non-activity Context . | |||||||||||
Creates a new instance of
AccountTransferClient for use in an Activity . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Broadcast sent to the packages which own the accounts on device to notify availability of export transfer data.
Broadcast sent to the packages which own the accounts on device to notify availability of import transfer data.
Broadcast sent to the packages which own the accounts on device to notify starting of account export. This broadcast is only sent once on the source (exporting) device.
Creates a new instance of AccountTransferClient
for use in a non-activity Context
.
Parameters | |
---|---|
context |
Context |
Returns | |
---|---|
AccountTransferClient |
Creates a new instance of AccountTransferClient
for use in an Activity
.
Parameters | |
---|---|
activity |
Activity |
Returns | |
---|---|
AccountTransferClient |