Documentation
¶
Index ¶
- type SdkSandboxActivityHandlerClient
- type SdkSandboxClientImportanceListenerClient
- type SdkSandboxControllerClient
- func (c *SdkSandboxControllerClient) GetAppOwnedSdkSandboxInterfaces(ctx context.Context) (int64, error)
- func (c *SdkSandboxControllerClient) GetClientPackageName(ctx context.Context) (string, error)
- func (c *SdkSandboxControllerClient) GetClientSharedPreferences(ctx context.Context) (int64, error)
- func (c *SdkSandboxControllerClient) GetSandboxedSdks(ctx context.Context) (int64, error)
- func (c *SdkSandboxControllerClient) RegisterSdkSandboxClientImportanceListener(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *SdkSandboxControllerClient) UnregisterSdkSandboxClientImportanceListener(ctx context.Context, arg0 int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SdkSandboxActivityHandlerClient ¶
type SdkSandboxActivityHandlerClient struct {
// contains filtered or unexported fields
}
SdkSandboxActivityHandlerClient wraps the gRPC SdkSandboxActivityHandlerService client.
func NewSdkSandboxActivityHandlerClient ¶
func NewSdkSandboxActivityHandlerClient(cc grpc.ClientConnInterface) *SdkSandboxActivityHandlerClient
NewSdkSandboxActivityHandlerClient creates a new SdkSandboxActivityHandler client.
func (*SdkSandboxActivityHandlerClient) OnActivityCreated ¶
func (c *SdkSandboxActivityHandlerClient) OnActivityCreated(ctx context.Context, arg0 int64) error
OnActivityCreated calls the OnActivityCreated RPC.
type SdkSandboxClientImportanceListenerClient ¶
type SdkSandboxClientImportanceListenerClient struct {
// contains filtered or unexported fields
}
SdkSandboxClientImportanceListenerClient wraps the gRPC SdkSandboxClientImportanceListenerService client.
func NewSdkSandboxClientImportanceListenerClient ¶
func NewSdkSandboxClientImportanceListenerClient(cc grpc.ClientConnInterface) *SdkSandboxClientImportanceListenerClient
NewSdkSandboxClientImportanceListenerClient creates a new SdkSandboxClientImportanceListener client.
func (*SdkSandboxClientImportanceListenerClient) OnForegroundImportanceChanged ¶
func (c *SdkSandboxClientImportanceListenerClient) OnForegroundImportanceChanged(ctx context.Context, arg0 bool) error
OnForegroundImportanceChanged calls the OnForegroundImportanceChanged RPC.
type SdkSandboxControllerClient ¶
type SdkSandboxControllerClient struct {
// contains filtered or unexported fields
}
SdkSandboxControllerClient wraps the gRPC SdkSandboxControllerService client.
func NewSdkSandboxControllerClient ¶
func NewSdkSandboxControllerClient(cc grpc.ClientConnInterface) *SdkSandboxControllerClient
NewSdkSandboxControllerClient creates a new SdkSandboxController client.
func (*SdkSandboxControllerClient) GetAppOwnedSdkSandboxInterfaces ¶
func (c *SdkSandboxControllerClient) GetAppOwnedSdkSandboxInterfaces(ctx context.Context) (int64, error)
GetAppOwnedSdkSandboxInterfaces calls the GetAppOwnedSdkSandboxInterfaces RPC.
func (*SdkSandboxControllerClient) GetClientPackageName ¶
func (c *SdkSandboxControllerClient) GetClientPackageName(ctx context.Context) (string, error)
GetClientPackageName calls the GetClientPackageName RPC.
func (*SdkSandboxControllerClient) GetClientSharedPreferences ¶
func (c *SdkSandboxControllerClient) GetClientSharedPreferences(ctx context.Context) (int64, error)
GetClientSharedPreferences calls the GetClientSharedPreferences RPC.
func (*SdkSandboxControllerClient) GetSandboxedSdks ¶
func (c *SdkSandboxControllerClient) GetSandboxedSdks(ctx context.Context) (int64, error)
GetSandboxedSdks calls the GetSandboxedSdks RPC.
func (*SdkSandboxControllerClient) RegisterSdkSandboxClientImportanceListener ¶
func (c *SdkSandboxControllerClient) RegisterSdkSandboxClientImportanceListener(ctx context.Context, arg0 int64, arg1 int64) error
RegisterSdkSandboxClientImportanceListener calls the RegisterSdkSandboxClientImportanceListener RPC.
func (*SdkSandboxControllerClient) UnregisterSdkSandboxClientImportanceListener ¶
func (c *SdkSandboxControllerClient) UnregisterSdkSandboxClientImportanceListener(ctx context.Context, arg0 int64) error
UnregisterSdkSandboxClientImportanceListener calls the UnregisterSdkSandboxClientImportanceListener RPC.