public static interface

WorkAccountApi.AddAccountResult

implements Result
com.google.android.gms.auth.account.WorkAccountApi.AddAccountResult

Class Overview

Interface for result of addWorkAccount(GoogleApiClient, String).

Summary

Public Methods
abstract Account getAccount()
Returns a Account that has been added.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract Account getAccount ()

Returns a Account that has been added. If adding the account has failed it will return null.

Returns
Account