Documentation
¶
Index ¶
- type AbstractAccountAuthenticatorClient
- func (c *AbstractAccountAuthenticatorClient) AddAccount(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64, ...) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) AddAccountFromCredentials(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) ConfirmCredentials(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) EditProperties(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) FinishSession(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) GetAccountCredentialsForCloning(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) GetAccountRemovalAllowed(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) GetAuthToken(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) GetAuthTokenLabel(ctx context.Context, arg0 string) (string, error)
- func (c *AbstractAccountAuthenticatorClient) GetIBinder(ctx context.Context) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) HasFeatures(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) IsCredentialsUpdateSuggested(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) StartAddAccountSession(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64, ...) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) StartUpdateCredentialsSession(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)
- func (c *AbstractAccountAuthenticatorClient) UpdateCredentials(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)
- type AccountAuthenticatorActivityClient
- type AccountAuthenticatorResponseClient
- func (c *AccountAuthenticatorResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AccountAuthenticatorResponseClient) OnError(ctx context.Context, handle int64, arg0 int32, arg1 string) error
- func (c *AccountAuthenticatorResponseClient) OnRequestContinued(ctx context.Context, handle int64) error
- func (c *AccountAuthenticatorResponseClient) OnResult(ctx context.Context, handle int64, arg0 int64) error
- func (c *AccountAuthenticatorResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type AccountClient
- func (c *AccountClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AccountClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *AccountClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *AccountClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *AccountClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type AccountManagerClient
- func (c *AccountManagerClient) AddAccountExplicitly(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error)
- func (c *AccountManagerClient) BlockingGetAuthToken(ctx context.Context, arg0 int64, arg1 string, arg2 bool) (string, error)
- func (c *AccountManagerClient) ClearPassword(ctx context.Context, arg0 int64) error
- func (c *AccountManagerClient) Get(ctx context.Context, arg0 int64) (int64, error)
- func (c *AccountManagerClient) GetAccountVisibility(ctx context.Context, arg0 int64, arg1 string) (int32, error)
- func (c *AccountManagerClient) GetAccounts(ctx context.Context) (int64, error)
- func (c *AccountManagerClient) GetAccountsByType(ctx context.Context, arg0 string) (int64, error)
- func (c *AccountManagerClient) GetAccountsByTypeForPackage(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *AccountManagerClient) GetAuthenticatorTypes(ctx context.Context) (int64, error)
- func (c *AccountManagerClient) GetPassword(ctx context.Context, arg0 int64) (string, error)
- func (c *AccountManagerClient) GetPreviousName(ctx context.Context, arg0 int64) (string, error)
- func (c *AccountManagerClient) GetUserData(ctx context.Context, arg0 int64, arg1 string) (string, error)
- func (c *AccountManagerClient) InvalidateAuthToken(ctx context.Context, arg0 string, arg1 string) error
- func (c *AccountManagerClient) NotifyAccountAuthenticated(ctx context.Context, arg0 int64) (bool, error)
- func (c *AccountManagerClient) PeekAuthToken(ctx context.Context, arg0 int64, arg1 string) (string, error)
- func (c *AccountManagerClient) RemoveAccountExplicitly(ctx context.Context, arg0 int64) (bool, error)
- func (c *AccountManagerClient) RemoveOnAccountsUpdatedListener(ctx context.Context, arg0 int64) error
- func (c *AccountManagerClient) SetAccountVisibility(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error)
- func (c *AccountManagerClient) SetAuthToken(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
- func (c *AccountManagerClient) SetPassword(ctx context.Context, arg0 int64, arg1 string) error
- func (c *AccountManagerClient) SetUserData(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
- type AccountManagerFutureClient
- type AuthenticatorDescriptionClient
- func (c *AuthenticatorDescriptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AuthenticatorDescriptionClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *AuthenticatorDescriptionClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *AuthenticatorDescriptionClient) NewKey(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *AuthenticatorDescriptionClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *AuthenticatorDescriptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type OnAccountsUpdateListenerClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractAccountAuthenticatorClient ¶ added in v0.0.6
type AbstractAccountAuthenticatorClient struct {
// contains filtered or unexported fields
}
AbstractAccountAuthenticatorClient wraps the gRPC AbstractAccountAuthenticatorService client.
func NewAbstractAccountAuthenticatorClient ¶ added in v0.0.6
func NewAbstractAccountAuthenticatorClient(cc grpc.ClientConnInterface) *AbstractAccountAuthenticatorClient
NewAbstractAccountAuthenticatorClient creates a new AbstractAccountAuthenticator client.
func (*AbstractAccountAuthenticatorClient) AddAccount ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) AddAccount(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64, arg4 int64) (int64, error)
AddAccount calls the AddAccount RPC.
func (*AbstractAccountAuthenticatorClient) AddAccountFromCredentials ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) AddAccountFromCredentials(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
AddAccountFromCredentials calls the AddAccountFromCredentials RPC.
func (*AbstractAccountAuthenticatorClient) ConfirmCredentials ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) ConfirmCredentials(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
ConfirmCredentials calls the ConfirmCredentials RPC.
func (*AbstractAccountAuthenticatorClient) EditProperties ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) EditProperties(ctx context.Context, arg0 int64, arg1 string) (int64, error)
EditProperties calls the EditProperties RPC.
func (*AbstractAccountAuthenticatorClient) FinishSession ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) FinishSession(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
FinishSession calls the FinishSession RPC.
func (*AbstractAccountAuthenticatorClient) GetAccountCredentialsForCloning ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) GetAccountCredentialsForCloning(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
GetAccountCredentialsForCloning calls the GetAccountCredentialsForCloning RPC.
func (*AbstractAccountAuthenticatorClient) GetAccountRemovalAllowed ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) GetAccountRemovalAllowed(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
GetAccountRemovalAllowed calls the GetAccountRemovalAllowed RPC.
func (*AbstractAccountAuthenticatorClient) GetAuthToken ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) GetAuthToken(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)
GetAuthToken calls the GetAuthToken RPC.
func (*AbstractAccountAuthenticatorClient) GetAuthTokenLabel ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) GetAuthTokenLabel(ctx context.Context, arg0 string) (string, error)
GetAuthTokenLabel calls the GetAuthTokenLabel RPC.
func (*AbstractAccountAuthenticatorClient) GetIBinder ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) GetIBinder(ctx context.Context) (int64, error)
GetIBinder calls the GetIBinder RPC.
func (*AbstractAccountAuthenticatorClient) HasFeatures ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) HasFeatures(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
HasFeatures calls the HasFeatures RPC.
func (*AbstractAccountAuthenticatorClient) IsCredentialsUpdateSuggested ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) IsCredentialsUpdateSuggested(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error)
IsCredentialsUpdateSuggested calls the IsCredentialsUpdateSuggested RPC.
func (*AbstractAccountAuthenticatorClient) StartAddAccountSession ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) StartAddAccountSession(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64, arg4 int64) (int64, error)
StartAddAccountSession calls the StartAddAccountSession RPC.
func (*AbstractAccountAuthenticatorClient) StartUpdateCredentialsSession ¶ added in v0.0.6
func (c *AbstractAccountAuthenticatorClient) StartUpdateCredentialsSession(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)
StartUpdateCredentialsSession calls the StartUpdateCredentialsSession RPC.
type AccountAuthenticatorActivityClient ¶ added in v0.0.6
type AccountAuthenticatorActivityClient struct {
// contains filtered or unexported fields
}
AccountAuthenticatorActivityClient wraps the gRPC AccountAuthenticatorActivityService client.
func NewAccountAuthenticatorActivityClient ¶ added in v0.0.6
func NewAccountAuthenticatorActivityClient(cc grpc.ClientConnInterface) *AccountAuthenticatorActivityClient
NewAccountAuthenticatorActivityClient creates a new AccountAuthenticatorActivity client.
func (*AccountAuthenticatorActivityClient) Finish ¶ added in v0.0.6
func (c *AccountAuthenticatorActivityClient) Finish(ctx context.Context, handle int64) error
Finish calls the Finish RPC.
func (*AccountAuthenticatorActivityClient) SetAccountAuthenticatorResult ¶ added in v0.0.6
func (c *AccountAuthenticatorActivityClient) SetAccountAuthenticatorResult(ctx context.Context, handle int64, arg0 int64) error
SetAccountAuthenticatorResult calls the SetAccountAuthenticatorResult RPC.
type AccountAuthenticatorResponseClient ¶ added in v0.0.6
type AccountAuthenticatorResponseClient struct {
// contains filtered or unexported fields
}
AccountAuthenticatorResponseClient wraps the gRPC AccountAuthenticatorResponseService client.
func NewAccountAuthenticatorResponseClient ¶ added in v0.0.6
func NewAccountAuthenticatorResponseClient(cc grpc.ClientConnInterface) *AccountAuthenticatorResponseClient
NewAccountAuthenticatorResponseClient creates a new AccountAuthenticatorResponse client.
func (*AccountAuthenticatorResponseClient) DescribeContents ¶ added in v0.0.6
func (c *AccountAuthenticatorResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AccountAuthenticatorResponseClient) OnError ¶ added in v0.0.6
func (c *AccountAuthenticatorResponseClient) OnError(ctx context.Context, handle int64, arg0 int32, arg1 string) error
OnError calls the OnError RPC.
func (*AccountAuthenticatorResponseClient) OnRequestContinued ¶ added in v0.0.6
func (c *AccountAuthenticatorResponseClient) OnRequestContinued(ctx context.Context, handle int64) error
OnRequestContinued calls the OnRequestContinued RPC.
func (*AccountAuthenticatorResponseClient) OnResult ¶ added in v0.0.6
func (c *AccountAuthenticatorResponseClient) OnResult(ctx context.Context, handle int64, arg0 int64) error
OnResult calls the OnResult RPC.
func (*AccountAuthenticatorResponseClient) WriteToParcel ¶ added in v0.0.6
func (c *AccountAuthenticatorResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AccountClient ¶ added in v0.0.6
type AccountClient struct {
// contains filtered or unexported fields
}
AccountClient wraps the gRPC AccountService client.
func NewAccountClient ¶ added in v0.0.6
func NewAccountClient(cc grpc.ClientConnInterface) *AccountClient
NewAccountClient creates a new Account client.
func (*AccountClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*AccountClient) WriteToParcel ¶ added in v0.0.6
func (c *AccountClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AccountManagerClient ¶ added in v0.0.6
type AccountManagerClient struct {
// contains filtered or unexported fields
}
AccountManagerClient wraps the gRPC AccountManagerService client.
func NewAccountManagerClient ¶ added in v0.0.6
func NewAccountManagerClient(cc grpc.ClientConnInterface) *AccountManagerClient
NewAccountManagerClient creates a new AccountManager client.
func (*AccountManagerClient) AddAccountExplicitly ¶ added in v0.0.6
func (c *AccountManagerClient) AddAccountExplicitly(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error)
AddAccountExplicitly calls the AddAccountExplicitly RPC.
func (*AccountManagerClient) BlockingGetAuthToken ¶ added in v0.0.6
func (c *AccountManagerClient) BlockingGetAuthToken(ctx context.Context, arg0 int64, arg1 string, arg2 bool) (string, error)
BlockingGetAuthToken calls the BlockingGetAuthToken RPC.
func (*AccountManagerClient) ClearPassword ¶ added in v0.0.6
func (c *AccountManagerClient) ClearPassword(ctx context.Context, arg0 int64) error
ClearPassword calls the ClearPassword RPC.
func (*AccountManagerClient) GetAccountVisibility ¶ added in v0.0.6
func (c *AccountManagerClient) GetAccountVisibility(ctx context.Context, arg0 int64, arg1 string) (int32, error)
GetAccountVisibility calls the GetAccountVisibility RPC.
func (*AccountManagerClient) GetAccounts ¶ added in v0.0.6
func (c *AccountManagerClient) GetAccounts(ctx context.Context) (int64, error)
GetAccounts calls the GetAccounts RPC.
func (*AccountManagerClient) GetAccountsByType ¶ added in v0.0.6
GetAccountsByType calls the GetAccountsByType RPC.
func (*AccountManagerClient) GetAccountsByTypeForPackage ¶ added in v0.0.6
func (c *AccountManagerClient) GetAccountsByTypeForPackage(ctx context.Context, arg0 string, arg1 string) (int64, error)
GetAccountsByTypeForPackage calls the GetAccountsByTypeForPackage RPC.
func (*AccountManagerClient) GetAuthenticatorTypes ¶ added in v0.0.6
func (c *AccountManagerClient) GetAuthenticatorTypes(ctx context.Context) (int64, error)
GetAuthenticatorTypes calls the GetAuthenticatorTypes RPC.
func (*AccountManagerClient) GetPassword ¶ added in v0.0.6
GetPassword calls the GetPassword RPC.
func (*AccountManagerClient) GetPreviousName ¶ added in v0.0.6
GetPreviousName calls the GetPreviousName RPC.
func (*AccountManagerClient) GetUserData ¶ added in v0.0.6
func (c *AccountManagerClient) GetUserData(ctx context.Context, arg0 int64, arg1 string) (string, error)
GetUserData calls the GetUserData RPC.
func (*AccountManagerClient) InvalidateAuthToken ¶ added in v0.0.6
func (c *AccountManagerClient) InvalidateAuthToken(ctx context.Context, arg0 string, arg1 string) error
InvalidateAuthToken calls the InvalidateAuthToken RPC.
func (*AccountManagerClient) NotifyAccountAuthenticated ¶ added in v0.0.6
func (c *AccountManagerClient) NotifyAccountAuthenticated(ctx context.Context, arg0 int64) (bool, error)
NotifyAccountAuthenticated calls the NotifyAccountAuthenticated RPC.
func (*AccountManagerClient) PeekAuthToken ¶ added in v0.0.6
func (c *AccountManagerClient) PeekAuthToken(ctx context.Context, arg0 int64, arg1 string) (string, error)
PeekAuthToken calls the PeekAuthToken RPC.
func (*AccountManagerClient) RemoveAccountExplicitly ¶ added in v0.0.6
func (c *AccountManagerClient) RemoveAccountExplicitly(ctx context.Context, arg0 int64) (bool, error)
RemoveAccountExplicitly calls the RemoveAccountExplicitly RPC.
func (*AccountManagerClient) RemoveOnAccountsUpdatedListener ¶ added in v0.0.6
func (c *AccountManagerClient) RemoveOnAccountsUpdatedListener(ctx context.Context, arg0 int64) error
RemoveOnAccountsUpdatedListener calls the RemoveOnAccountsUpdatedListener RPC.
func (*AccountManagerClient) SetAccountVisibility ¶ added in v0.0.6
func (c *AccountManagerClient) SetAccountVisibility(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error)
SetAccountVisibility calls the SetAccountVisibility RPC.
func (*AccountManagerClient) SetAuthToken ¶ added in v0.0.6
func (c *AccountManagerClient) SetAuthToken(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
SetAuthToken calls the SetAuthToken RPC.
func (*AccountManagerClient) SetPassword ¶ added in v0.0.6
SetPassword calls the SetPassword RPC.
func (*AccountManagerClient) SetUserData ¶ added in v0.0.6
func (c *AccountManagerClient) SetUserData(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
SetUserData calls the SetUserData RPC.
type AccountManagerFutureClient ¶ added in v0.0.6
type AccountManagerFutureClient struct {
// contains filtered or unexported fields
}
AccountManagerFutureClient wraps the gRPC AccountManagerFutureService client.
func NewAccountManagerFutureClient ¶ added in v0.0.6
func NewAccountManagerFutureClient(cc grpc.ClientConnInterface) *AccountManagerFutureClient
NewAccountManagerFutureClient creates a new AccountManagerFuture client.
func (*AccountManagerFutureClient) IsCancelled ¶ added in v0.0.6
func (c *AccountManagerFutureClient) IsCancelled(ctx context.Context) (bool, error)
IsCancelled calls the IsCancelled RPC.
type AuthenticatorDescriptionClient ¶ added in v0.0.6
type AuthenticatorDescriptionClient struct {
// contains filtered or unexported fields
}
AuthenticatorDescriptionClient wraps the gRPC AuthenticatorDescriptionService client.
func NewAuthenticatorDescriptionClient ¶ added in v0.0.6
func NewAuthenticatorDescriptionClient(cc grpc.ClientConnInterface) *AuthenticatorDescriptionClient
NewAuthenticatorDescriptionClient creates a new AuthenticatorDescription client.
func (*AuthenticatorDescriptionClient) DescribeContents ¶ added in v0.0.6
func (c *AuthenticatorDescriptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AuthenticatorDescriptionClient) Equals ¶ added in v0.0.6
func (c *AuthenticatorDescriptionClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*AuthenticatorDescriptionClient) NewKey ¶ added in v0.0.6
func (c *AuthenticatorDescriptionClient) NewKey(ctx context.Context, handle int64, arg0 string) (int64, error)
NewKey calls the NewKey RPC.
func (*AuthenticatorDescriptionClient) ToString ¶ added in v0.0.6
func (c *AuthenticatorDescriptionClient) ToString(ctx context.Context, handle int64) (string, error)
ToString calls the ToString RPC.
func (*AuthenticatorDescriptionClient) WriteToParcel ¶ added in v0.0.6
func (c *AuthenticatorDescriptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type OnAccountsUpdateListenerClient ¶ added in v0.0.6
type OnAccountsUpdateListenerClient struct {
// contains filtered or unexported fields
}
OnAccountsUpdateListenerClient wraps the gRPC OnAccountsUpdateListenerService client.
func NewOnAccountsUpdateListenerClient ¶ added in v0.0.6
func NewOnAccountsUpdateListenerClient(cc grpc.ClientConnInterface) *OnAccountsUpdateListenerClient
NewOnAccountsUpdateListenerClient creates a new OnAccountsUpdateListener client.
func (*OnAccountsUpdateListenerClient) OnAccountsUpdated ¶ added in v0.0.6
func (c *OnAccountsUpdateListenerClient) OnAccountsUpdated(ctx context.Context, arg0 int64) error
OnAccountsUpdated calls the OnAccountsUpdated RPC.