WorkAccount provides APIs to manage work accounts (com.google.work).
| public static final Api<Api.ApiOptions.NoOptions> | API | Token to pass to
GoogleApiClient.Builder.addApi(Api extends Api.ApiOptions.NotRequiredOptions>
) to enable the WorkAccount features. |
| public static final WorkAccountApi | WorkAccountApi | This field is deprecated. Use WorkAccountClient
via
getClient(Activity) instead. |
| static WorkAccountClient | |
| static WorkAccountClient |
Token to pass to
GoogleApiClient.Builder.addApi(Api extends Api.ApiOptions.NotRequiredOptions>
) to enable the WorkAccount features.
This field is deprecated.
Use WorkAccountClient
via
getClient(Activity) instead.
Set of APIs to manage work accounts.
Creates a new instance of WorkAccountClient
for use in an Activity.
Creates a new instance of WorkAccountClient
for use in a Context.