Documentation
¶
Index ¶
- type DownloadableSubscriptionBuilderClient
- func (c *DownloadableSubscriptionBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *DownloadableSubscriptionBuilderClient) SetConfirmationCode(ctx context.Context, arg0 string) (int64, error)
- func (c *DownloadableSubscriptionBuilderClient) SetEncodedActivationCode(ctx context.Context, arg0 string) (int64, error)
- type DownloadableSubscriptionClient
- func (c *DownloadableSubscriptionClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *DownloadableSubscriptionClient) ForActivationCode(ctx context.Context, arg0 string) (int64, error)
- func (c *DownloadableSubscriptionClient) GetConfirmationCode(ctx context.Context) (string, error)
- func (c *DownloadableSubscriptionClient) GetEncodedActivationCode(ctx context.Context) (string, error)
- func (c *DownloadableSubscriptionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type InfoClient
- type ManagerClient
- func (c *ManagerClient) CreateForCardId(ctx context.Context, arg0 int32) (int64, error)
- func (c *ManagerClient) DeleteSubscription(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *ManagerClient) DownloadSubscription(ctx context.Context, arg0 int64, arg1 bool, arg2 int64) error
- func (c *ManagerClient) GetAvailableMemoryInBytes(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetEid(ctx context.Context) (string, error)
- func (c *ManagerClient) GetEuiccInfo(ctx context.Context) (int64, error)
- func (c *ManagerClient) IsEnabled(ctx context.Context) (bool, error)
- func (c *ManagerClient) IsSimPortAvailable(ctx context.Context, arg0 int32) (bool, error)
- func (c *ManagerClient) StartResolutionActivity(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int64) error
- func (c *ManagerClient) SwitchToSubscription2(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *ManagerClient) SwitchToSubscription3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error
- func (c *ManagerClient) UpdateSubscriptionNickname(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadableSubscriptionBuilderClient ¶
type DownloadableSubscriptionBuilderClient struct {
// contains filtered or unexported fields
}
DownloadableSubscriptionBuilderClient wraps the gRPC DownloadableSubscriptionBuilderService client.
func NewDownloadableSubscriptionBuilderClient ¶
func NewDownloadableSubscriptionBuilderClient(cc grpc.ClientConnInterface) *DownloadableSubscriptionBuilderClient
NewDownloadableSubscriptionBuilderClient creates a new DownloadableSubscriptionBuilder client.
func (*DownloadableSubscriptionBuilderClient) Build ¶
func (c *DownloadableSubscriptionBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*DownloadableSubscriptionBuilderClient) SetConfirmationCode ¶
func (c *DownloadableSubscriptionBuilderClient) SetConfirmationCode(ctx context.Context, arg0 string) (int64, error)
SetConfirmationCode calls the SetConfirmationCode RPC.
func (*DownloadableSubscriptionBuilderClient) SetEncodedActivationCode ¶
func (c *DownloadableSubscriptionBuilderClient) SetEncodedActivationCode(ctx context.Context, arg0 string) (int64, error)
SetEncodedActivationCode calls the SetEncodedActivationCode RPC.
type DownloadableSubscriptionClient ¶
type DownloadableSubscriptionClient struct {
// contains filtered or unexported fields
}
DownloadableSubscriptionClient wraps the gRPC DownloadableSubscriptionService client.
func NewDownloadableSubscriptionClient ¶
func NewDownloadableSubscriptionClient(cc grpc.ClientConnInterface) *DownloadableSubscriptionClient
NewDownloadableSubscriptionClient creates a new DownloadableSubscription client.
func (*DownloadableSubscriptionClient) DescribeContents ¶
func (c *DownloadableSubscriptionClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*DownloadableSubscriptionClient) ForActivationCode ¶
func (c *DownloadableSubscriptionClient) ForActivationCode(ctx context.Context, arg0 string) (int64, error)
ForActivationCode calls the ForActivationCode RPC.
func (*DownloadableSubscriptionClient) GetConfirmationCode ¶
func (c *DownloadableSubscriptionClient) GetConfirmationCode(ctx context.Context) (string, error)
GetConfirmationCode calls the GetConfirmationCode RPC.
func (*DownloadableSubscriptionClient) GetEncodedActivationCode ¶
func (c *DownloadableSubscriptionClient) GetEncodedActivationCode(ctx context.Context) (string, error)
GetEncodedActivationCode calls the GetEncodedActivationCode RPC.
func (*DownloadableSubscriptionClient) WriteToParcel ¶
func (c *DownloadableSubscriptionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type InfoClient ¶
type InfoClient struct {
// contains filtered or unexported fields
}
InfoClient wraps the gRPC InfoService client.
func NewInfoClient ¶
func NewInfoClient(cc grpc.ClientConnInterface) *InfoClient
NewInfoClient creates a new Info client.
func (*InfoClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*InfoClient) GetOsVersion ¶
GetOsVersion calls the GetOsVersion RPC.
func (*InfoClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ManagerClient ¶
type ManagerClient struct {
// contains filtered or unexported fields
}
ManagerClient wraps the gRPC ManagerService client.
func NewManagerClient ¶
func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient
NewManagerClient creates a new Manager client.
func (*ManagerClient) CreateForCardId ¶
CreateForCardId calls the CreateForCardId RPC.
func (*ManagerClient) DeleteSubscription ¶
DeleteSubscription calls the DeleteSubscription RPC.
func (*ManagerClient) DownloadSubscription ¶
func (c *ManagerClient) DownloadSubscription(ctx context.Context, arg0 int64, arg1 bool, arg2 int64) error
DownloadSubscription calls the DownloadSubscription RPC.
func (*ManagerClient) GetAvailableMemoryInBytes ¶
func (c *ManagerClient) GetAvailableMemoryInBytes(ctx context.Context) (int64, error)
GetAvailableMemoryInBytes calls the GetAvailableMemoryInBytes RPC.
func (*ManagerClient) GetEid ¶
func (c *ManagerClient) GetEid(ctx context.Context) (string, error)
GetEid calls the GetEid RPC.
func (*ManagerClient) GetEuiccInfo ¶
func (c *ManagerClient) GetEuiccInfo(ctx context.Context) (int64, error)
GetEuiccInfo calls the GetEuiccInfo RPC.
func (*ManagerClient) IsEnabled ¶
func (c *ManagerClient) IsEnabled(ctx context.Context) (bool, error)
IsEnabled calls the IsEnabled RPC.
func (*ManagerClient) IsSimPortAvailable ¶
IsSimPortAvailable calls the IsSimPortAvailable RPC.
func (*ManagerClient) StartResolutionActivity ¶
func (c *ManagerClient) StartResolutionActivity(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int64) error
StartResolutionActivity calls the StartResolutionActivity RPC.
func (*ManagerClient) SwitchToSubscription2 ¶
SwitchToSubscription2 calls the SwitchToSubscription2 RPC.
func (*ManagerClient) SwitchToSubscription3_1 ¶
func (c *ManagerClient) SwitchToSubscription3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error
SwitchToSubscription3_1 calls the SwitchToSubscription3_1 RPC.
func (*ManagerClient) UpdateSubscriptionNickname ¶
func (c *ManagerClient) UpdateSubscriptionNickname(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error
UpdateSubscriptionNickname calls the UpdateSubscriptionNickname RPC.