WorkAccountApi.AddAccountResult

public static interface WorkAccountApi.AddAccountResult implements Result

This interface is deprecated.
Use WorkAccountClient via WorkAccount.getClient(Activity) instead.

Interface for result of WorkAccountApi.addWorkAccount(GoogleApiClient, String).

Public Method Summary

abstract Account
getAccount()
Returns a Account that has been added.

Inherited Method Summary

Public Methods

public abstract Account getAccount ()

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