Documentation
¶
Index ¶
- type ContractClient
- type ContractContactsClient
- func (c *ContractContactsClient) GetLookupUri2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractContactsClient) GetLookupUri2_1(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *ContractContactsClient) IsEnterpriseContactId(ctx context.Context, arg0 int64) (bool, error)
- func (c *ContractContactsClient) LookupContact(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractContactsClient) MarkAsContacted(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ContractContactsClient) OpenContactPhotoInputStream2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractContactsClient) OpenContactPhotoInputStream3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) (int64, error)
- type ContractDataClient
- type ContractDirectoryClient
- func (c *ContractDirectoryClient) IsEnterpriseDirectoryId(ctx context.Context, arg0 int64) (bool, error)
- func (c *ContractDirectoryClient) IsRemoteDirectoryId(ctx context.Context, arg0 int64) (bool, error)
- func (c *ContractDirectoryClient) NotifyDirectoryChange(ctx context.Context, arg0 int64) error
- type ContractGroupsClient
- type ContractPinnedPositionsClient
- type ContractProfileSyncStateClient
- func (c *ContractProfileSyncStateClient) Get(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractProfileSyncStateClient) NewSetOperation(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractProfileSyncStateClient) Set(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- type ContractQuickContactClient
- func (c *ContractQuickContactClient) ShowQuickContact5(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32, ...) error
- func (c *ContractQuickContactClient) ShowQuickContact5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, ...) error
- func (c *ContractQuickContactClient) ShowQuickContact5_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32, ...) error
- func (c *ContractQuickContactClient) ShowQuickContact5_3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, ...) error
- type ContractRawContactsClient
- func (c *ContractRawContactsClient) GetContactLookupUri(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractRawContactsClient) GetLocalAccountName(ctx context.Context, arg0 int64) (string, error)
- func (c *ContractRawContactsClient) GetLocalAccountType(ctx context.Context, arg0 int64) (string, error)
- func (c *ContractRawContactsClient) NewEntityIterator(ctx context.Context, arg0 int64) (int64, error)
- type ContractSettingsClient
- type ContractSimAccountClient
- func (c *ContractSimAccountClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *ContractSimAccountClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *ContractSimAccountClient) GetAccountName(ctx context.Context) (string, error)
- func (c *ContractSimAccountClient) GetAccountType(ctx context.Context) (string, error)
- func (c *ContractSimAccountClient) GetEfType(ctx context.Context) (int32, error)
- func (c *ContractSimAccountClient) GetSimSlotIndex(ctx context.Context) (int32, error)
- func (c *ContractSimAccountClient) HashCode(ctx context.Context) (int32, error)
- func (c *ContractSimAccountClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type ContractSimContactsClient
- type ContractStatusUpdatesClient
- type ContractSyncStateClient
- func (c *ContractSyncStateClient) Get(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractSyncStateClient) NewSetOperation(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ContractSyncStateClient) Set(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractClient ¶
type ContractClient struct {
// contains filtered or unexported fields
}
ContractClient wraps the gRPC ContractService client.
func NewContractClient ¶
func NewContractClient(cc grpc.ClientConnInterface) *ContractClient
NewContractClient creates a new Contract client.
func (*ContractClient) IsProfileId ¶
IsProfileId calls the IsProfileId RPC.
type ContractContactsClient ¶
type ContractContactsClient struct {
// contains filtered or unexported fields
}
ContractContactsClient wraps the gRPC ContractContactsService client.
func NewContractContactsClient ¶
func NewContractContactsClient(cc grpc.ClientConnInterface) *ContractContactsClient
NewContractContactsClient creates a new ContractContacts client.
func (*ContractContactsClient) GetLookupUri2 ¶
func (c *ContractContactsClient) GetLookupUri2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
GetLookupUri2 calls the GetLookupUri2 RPC.
func (*ContractContactsClient) GetLookupUri2_1 ¶
func (c *ContractContactsClient) GetLookupUri2_1(ctx context.Context, arg0 int64, arg1 string) (int64, error)
GetLookupUri2_1 calls the GetLookupUri2_1 RPC.
func (*ContractContactsClient) IsEnterpriseContactId ¶
func (c *ContractContactsClient) IsEnterpriseContactId(ctx context.Context, arg0 int64) (bool, error)
IsEnterpriseContactId calls the IsEnterpriseContactId RPC.
func (*ContractContactsClient) LookupContact ¶
func (c *ContractContactsClient) LookupContact(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
LookupContact calls the LookupContact RPC.
func (*ContractContactsClient) MarkAsContacted ¶
MarkAsContacted calls the MarkAsContacted RPC.
func (*ContractContactsClient) OpenContactPhotoInputStream2 ¶
func (c *ContractContactsClient) OpenContactPhotoInputStream2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OpenContactPhotoInputStream2 calls the OpenContactPhotoInputStream2 RPC.
func (*ContractContactsClient) OpenContactPhotoInputStream3_1 ¶
func (c *ContractContactsClient) OpenContactPhotoInputStream3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) (int64, error)
OpenContactPhotoInputStream3_1 calls the OpenContactPhotoInputStream3_1 RPC.
type ContractDataClient ¶
type ContractDataClient struct {
// contains filtered or unexported fields
}
ContractDataClient wraps the gRPC ContractDataService client.
func NewContractDataClient ¶
func NewContractDataClient(cc grpc.ClientConnInterface) *ContractDataClient
NewContractDataClient creates a new ContractData client.
func (*ContractDataClient) GetContactLookupUri ¶
func (c *ContractDataClient) GetContactLookupUri(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
GetContactLookupUri calls the GetContactLookupUri RPC.
type ContractDirectoryClient ¶
type ContractDirectoryClient struct {
// contains filtered or unexported fields
}
ContractDirectoryClient wraps the gRPC ContractDirectoryService client.
func NewContractDirectoryClient ¶
func NewContractDirectoryClient(cc grpc.ClientConnInterface) *ContractDirectoryClient
NewContractDirectoryClient creates a new ContractDirectory client.
func (*ContractDirectoryClient) IsEnterpriseDirectoryId ¶
func (c *ContractDirectoryClient) IsEnterpriseDirectoryId(ctx context.Context, arg0 int64) (bool, error)
IsEnterpriseDirectoryId calls the IsEnterpriseDirectoryId RPC.
func (*ContractDirectoryClient) IsRemoteDirectoryId ¶
func (c *ContractDirectoryClient) IsRemoteDirectoryId(ctx context.Context, arg0 int64) (bool, error)
IsRemoteDirectoryId calls the IsRemoteDirectoryId RPC.
func (*ContractDirectoryClient) NotifyDirectoryChange ¶
func (c *ContractDirectoryClient) NotifyDirectoryChange(ctx context.Context, arg0 int64) error
NotifyDirectoryChange calls the NotifyDirectoryChange RPC.
type ContractGroupsClient ¶
type ContractGroupsClient struct {
// contains filtered or unexported fields
}
ContractGroupsClient wraps the gRPC ContractGroupsService client.
func NewContractGroupsClient ¶
func NewContractGroupsClient(cc grpc.ClientConnInterface) *ContractGroupsClient
NewContractGroupsClient creates a new ContractGroups client.
func (*ContractGroupsClient) NewEntityIterator ¶
NewEntityIterator calls the NewEntityIterator RPC.
type ContractPinnedPositionsClient ¶
type ContractPinnedPositionsClient struct {
// contains filtered or unexported fields
}
ContractPinnedPositionsClient wraps the gRPC ContractPinnedPositionsService client.
func NewContractPinnedPositionsClient ¶
func NewContractPinnedPositionsClient(cc grpc.ClientConnInterface) *ContractPinnedPositionsClient
NewContractPinnedPositionsClient creates a new ContractPinnedPositions client.
type ContractProfileSyncStateClient ¶
type ContractProfileSyncStateClient struct {
// contains filtered or unexported fields
}
ContractProfileSyncStateClient wraps the gRPC ContractProfileSyncStateService client.
func NewContractProfileSyncStateClient ¶
func NewContractProfileSyncStateClient(cc grpc.ClientConnInterface) *ContractProfileSyncStateClient
NewContractProfileSyncStateClient creates a new ContractProfileSyncState client.
func (*ContractProfileSyncStateClient) Get ¶
func (c *ContractProfileSyncStateClient) Get(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
Get calls the Get RPC.
func (*ContractProfileSyncStateClient) NewSetOperation ¶
func (c *ContractProfileSyncStateClient) NewSetOperation(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
NewSetOperation calls the NewSetOperation RPC.
type ContractQuickContactClient ¶
type ContractQuickContactClient struct {
// contains filtered or unexported fields
}
ContractQuickContactClient wraps the gRPC ContractQuickContactService client.
func NewContractQuickContactClient ¶
func NewContractQuickContactClient(cc grpc.ClientConnInterface) *ContractQuickContactClient
NewContractQuickContactClient creates a new ContractQuickContact client.
func (*ContractQuickContactClient) ShowQuickContact5 ¶
func (c *ContractQuickContactClient) ShowQuickContact5(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32, arg4 int64) error
ShowQuickContact5 calls the ShowQuickContact5 RPC.
func (*ContractQuickContactClient) ShowQuickContact5_1 ¶
func (c *ContractQuickContactClient) ShowQuickContact5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 string) error
ShowQuickContact5_1 calls the ShowQuickContact5_1 RPC.
type ContractRawContactsClient ¶
type ContractRawContactsClient struct {
// contains filtered or unexported fields
}
ContractRawContactsClient wraps the gRPC ContractRawContactsService client.
func NewContractRawContactsClient ¶
func NewContractRawContactsClient(cc grpc.ClientConnInterface) *ContractRawContactsClient
NewContractRawContactsClient creates a new ContractRawContacts client.
func (*ContractRawContactsClient) GetContactLookupUri ¶
func (c *ContractRawContactsClient) GetContactLookupUri(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
GetContactLookupUri calls the GetContactLookupUri RPC.
func (*ContractRawContactsClient) GetLocalAccountName ¶
func (c *ContractRawContactsClient) GetLocalAccountName(ctx context.Context, arg0 int64) (string, error)
GetLocalAccountName calls the GetLocalAccountName RPC.
func (*ContractRawContactsClient) GetLocalAccountType ¶
func (c *ContractRawContactsClient) GetLocalAccountType(ctx context.Context, arg0 int64) (string, error)
GetLocalAccountType calls the GetLocalAccountType RPC.
func (*ContractRawContactsClient) NewEntityIterator ¶
func (c *ContractRawContactsClient) NewEntityIterator(ctx context.Context, arg0 int64) (int64, error)
NewEntityIterator calls the NewEntityIterator RPC.
type ContractSettingsClient ¶
type ContractSettingsClient struct {
// contains filtered or unexported fields
}
ContractSettingsClient wraps the gRPC ContractSettingsService client.
func NewContractSettingsClient ¶
func NewContractSettingsClient(cc grpc.ClientConnInterface) *ContractSettingsClient
NewContractSettingsClient creates a new ContractSettings client.
func (*ContractSettingsClient) GetDefaultAccount ¶
GetDefaultAccount calls the GetDefaultAccount RPC.
type ContractSimAccountClient ¶
type ContractSimAccountClient struct {
// contains filtered or unexported fields
}
ContractSimAccountClient wraps the gRPC ContractSimAccountService client.
func NewContractSimAccountClient ¶
func NewContractSimAccountClient(cc grpc.ClientConnInterface) *ContractSimAccountClient
NewContractSimAccountClient creates a new ContractSimAccount client.
func (*ContractSimAccountClient) DescribeContents ¶
func (c *ContractSimAccountClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ContractSimAccountClient) GetAccountName ¶
func (c *ContractSimAccountClient) GetAccountName(ctx context.Context) (string, error)
GetAccountName calls the GetAccountName RPC.
func (*ContractSimAccountClient) GetAccountType ¶
func (c *ContractSimAccountClient) GetAccountType(ctx context.Context) (string, error)
GetAccountType calls the GetAccountType RPC.
func (*ContractSimAccountClient) GetEfType ¶
func (c *ContractSimAccountClient) GetEfType(ctx context.Context) (int32, error)
GetEfType calls the GetEfType RPC.
func (*ContractSimAccountClient) GetSimSlotIndex ¶
func (c *ContractSimAccountClient) GetSimSlotIndex(ctx context.Context) (int32, error)
GetSimSlotIndex calls the GetSimSlotIndex RPC.
func (*ContractSimAccountClient) HashCode ¶
func (c *ContractSimAccountClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*ContractSimAccountClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ContractSimContactsClient ¶
type ContractSimContactsClient struct {
// contains filtered or unexported fields
}
ContractSimContactsClient wraps the gRPC ContractSimContactsService client.
func NewContractSimContactsClient ¶
func NewContractSimContactsClient(cc grpc.ClientConnInterface) *ContractSimContactsClient
NewContractSimContactsClient creates a new ContractSimContacts client.
func (*ContractSimContactsClient) GetSimAccounts ¶
GetSimAccounts calls the GetSimAccounts RPC.
type ContractStatusUpdatesClient ¶
type ContractStatusUpdatesClient struct {
// contains filtered or unexported fields
}
ContractStatusUpdatesClient wraps the gRPC ContractStatusUpdatesService client.
func NewContractStatusUpdatesClient ¶
func NewContractStatusUpdatesClient(cc grpc.ClientConnInterface) *ContractStatusUpdatesClient
NewContractStatusUpdatesClient creates a new ContractStatusUpdates client.
func (*ContractStatusUpdatesClient) GetPresenceIconResourceId ¶
func (c *ContractStatusUpdatesClient) GetPresenceIconResourceId(ctx context.Context, arg0 int32) (int32, error)
GetPresenceIconResourceId calls the GetPresenceIconResourceId RPC.
func (*ContractStatusUpdatesClient) GetPresencePrecedence ¶
func (c *ContractStatusUpdatesClient) GetPresencePrecedence(ctx context.Context, arg0 int32) (int32, error)
GetPresencePrecedence calls the GetPresencePrecedence RPC.
type ContractSyncStateClient ¶
type ContractSyncStateClient struct {
// contains filtered or unexported fields
}
ContractSyncStateClient wraps the gRPC ContractSyncStateService client.
func NewContractSyncStateClient ¶
func NewContractSyncStateClient(cc grpc.ClientConnInterface) *ContractSyncStateClient
NewContractSyncStateClient creates a new ContractSyncState client.
func (*ContractSyncStateClient) NewSetOperation ¶
func (c *ContractSyncStateClient) NewSetOperation(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
NewSetOperation calls the NewSetOperation RPC.