Documentation
¶
Index ¶
- type AppOwnedSdkSandboxInterfaceClient
- func (c *AppOwnedSdkSandboxInterfaceClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AppOwnedSdkSandboxInterfaceClient) GetInterface(ctx context.Context, handle int64) (int64, error)
- func (c *AppOwnedSdkSandboxInterfaceClient) GetName(ctx context.Context, handle int64) (string, error)
- func (c *AppOwnedSdkSandboxInterfaceClient) GetVersion(ctx context.Context, handle int64) (int64, error)
- func (c *AppOwnedSdkSandboxInterfaceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type LoadSdkExceptionClient
- func (c *LoadSdkExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *LoadSdkExceptionClient) GetExtraInformation(ctx context.Context, handle int64) (int64, error)
- func (c *LoadSdkExceptionClient) GetLoadSdkErrorCode(ctx context.Context, handle int64) (int32, error)
- func (c *LoadSdkExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type RequestSurfacePackageExceptionClient
- type SandboxedSdkClient
- func (c *SandboxedSdkClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *SandboxedSdkClient) GetInterface(ctx context.Context, handle int64) (int64, error)
- func (c *SandboxedSdkClient) GetSharedLibraryInfo(ctx context.Context, handle int64) (int64, error)
- func (c *SandboxedSdkClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type SandboxedSdkProviderClient
- func (c *SandboxedSdkProviderClient) AttachContext(ctx context.Context, arg0 int64) error
- func (c *SandboxedSdkProviderClient) BeforeUnloadSdk(ctx context.Context) error
- func (c *SandboxedSdkProviderClient) GetContext(ctx context.Context) (int64, error)
- func (c *SandboxedSdkProviderClient) GetView(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int64, error)
- func (c *SandboxedSdkProviderClient) OnLoadSdk(ctx context.Context, arg0 int64) (int64, error)
- type SdkSandboxManagerClient
- func (c *SdkSandboxManagerClient) AddSdkSandboxProcessDeathCallback(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *SdkSandboxManagerClient) GetAppOwnedSdkSandboxInterfaces(ctx context.Context) (int64, error)
- func (c *SdkSandboxManagerClient) GetSandboxedSdks(ctx context.Context) (int64, error)
- func (c *SdkSandboxManagerClient) GetSdkSandboxState(ctx context.Context) (int32, error)
- func (c *SdkSandboxManagerClient) GetSyncedSharedPreferencesKeys(ctx context.Context) (int64, error)
- func (c *SdkSandboxManagerClient) RegisterAppOwnedSdkSandboxInterface(ctx context.Context, arg0 int64) error
- func (c *SdkSandboxManagerClient) RemoveSdkSandboxProcessDeathCallback(ctx context.Context, arg0 int64) error
- func (c *SdkSandboxManagerClient) StartSdkSandboxActivity(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *SdkSandboxManagerClient) UnloadSdk(ctx context.Context, arg0 string) error
- func (c *SdkSandboxManagerClient) UnregisterAppOwnedSdkSandboxInterface(ctx context.Context, arg0 string) error
- type SdkSandboxManagerSdkSandboxProcessDeathCallbackClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppOwnedSdkSandboxInterfaceClient ¶
type AppOwnedSdkSandboxInterfaceClient struct {
// contains filtered or unexported fields
}
AppOwnedSdkSandboxInterfaceClient wraps the gRPC AppOwnedSdkSandboxInterfaceService client.
func NewAppOwnedSdkSandboxInterfaceClient ¶
func NewAppOwnedSdkSandboxInterfaceClient(cc grpc.ClientConnInterface) *AppOwnedSdkSandboxInterfaceClient
NewAppOwnedSdkSandboxInterfaceClient creates a new AppOwnedSdkSandboxInterface client.
func (*AppOwnedSdkSandboxInterfaceClient) DescribeContents ¶
func (c *AppOwnedSdkSandboxInterfaceClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AppOwnedSdkSandboxInterfaceClient) GetInterface ¶
func (c *AppOwnedSdkSandboxInterfaceClient) GetInterface(ctx context.Context, handle int64) (int64, error)
GetInterface calls the GetInterface RPC.
func (*AppOwnedSdkSandboxInterfaceClient) GetName ¶
func (c *AppOwnedSdkSandboxInterfaceClient) GetName(ctx context.Context, handle int64) (string, error)
GetName calls the GetName RPC.
func (*AppOwnedSdkSandboxInterfaceClient) GetVersion ¶
func (c *AppOwnedSdkSandboxInterfaceClient) GetVersion(ctx context.Context, handle int64) (int64, error)
GetVersion calls the GetVersion RPC.
func (*AppOwnedSdkSandboxInterfaceClient) WriteToParcel ¶
func (c *AppOwnedSdkSandboxInterfaceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type LoadSdkExceptionClient ¶
type LoadSdkExceptionClient struct {
// contains filtered or unexported fields
}
LoadSdkExceptionClient wraps the gRPC LoadSdkExceptionService client.
func NewLoadSdkExceptionClient ¶
func NewLoadSdkExceptionClient(cc grpc.ClientConnInterface) *LoadSdkExceptionClient
NewLoadSdkExceptionClient creates a new LoadSdkException client.
func (*LoadSdkExceptionClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*LoadSdkExceptionClient) GetExtraInformation ¶
func (c *LoadSdkExceptionClient) GetExtraInformation(ctx context.Context, handle int64) (int64, error)
GetExtraInformation calls the GetExtraInformation RPC.
func (*LoadSdkExceptionClient) GetLoadSdkErrorCode ¶
func (c *LoadSdkExceptionClient) GetLoadSdkErrorCode(ctx context.Context, handle int64) (int32, error)
GetLoadSdkErrorCode calls the GetLoadSdkErrorCode RPC.
func (*LoadSdkExceptionClient) WriteToParcel ¶
func (c *LoadSdkExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type RequestSurfacePackageExceptionClient ¶
type RequestSurfacePackageExceptionClient struct {
// contains filtered or unexported fields
}
RequestSurfacePackageExceptionClient wraps the gRPC RequestSurfacePackageExceptionService client.
func NewRequestSurfacePackageExceptionClient ¶
func NewRequestSurfacePackageExceptionClient(cc grpc.ClientConnInterface) *RequestSurfacePackageExceptionClient
NewRequestSurfacePackageExceptionClient creates a new RequestSurfacePackageException client.
func (*RequestSurfacePackageExceptionClient) GetExtraErrorInformation ¶
func (c *RequestSurfacePackageExceptionClient) GetExtraErrorInformation(ctx context.Context, handle int64) (int64, error)
GetExtraErrorInformation calls the GetExtraErrorInformation RPC.
func (*RequestSurfacePackageExceptionClient) GetRequestSurfacePackageErrorCode ¶
func (c *RequestSurfacePackageExceptionClient) GetRequestSurfacePackageErrorCode(ctx context.Context, handle int64) (int32, error)
GetRequestSurfacePackageErrorCode calls the GetRequestSurfacePackageErrorCode RPC.
type SandboxedSdkClient ¶
type SandboxedSdkClient struct {
// contains filtered or unexported fields
}
SandboxedSdkClient wraps the gRPC SandboxedSdkService client.
func NewSandboxedSdkClient ¶
func NewSandboxedSdkClient(cc grpc.ClientConnInterface) *SandboxedSdkClient
NewSandboxedSdkClient creates a new SandboxedSdk client.
func (*SandboxedSdkClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*SandboxedSdkClient) GetInterface ¶
GetInterface calls the GetInterface RPC.
func (*SandboxedSdkClient) GetSharedLibraryInfo ¶
GetSharedLibraryInfo calls the GetSharedLibraryInfo RPC.
func (*SandboxedSdkClient) WriteToParcel ¶
func (c *SandboxedSdkClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type SandboxedSdkProviderClient ¶
type SandboxedSdkProviderClient struct {
// contains filtered or unexported fields
}
SandboxedSdkProviderClient wraps the gRPC SandboxedSdkProviderService client.
func NewSandboxedSdkProviderClient ¶
func NewSandboxedSdkProviderClient(cc grpc.ClientConnInterface) *SandboxedSdkProviderClient
NewSandboxedSdkProviderClient creates a new SandboxedSdkProvider client.
func (*SandboxedSdkProviderClient) AttachContext ¶
func (c *SandboxedSdkProviderClient) AttachContext(ctx context.Context, arg0 int64) error
AttachContext calls the AttachContext RPC.
func (*SandboxedSdkProviderClient) BeforeUnloadSdk ¶
func (c *SandboxedSdkProviderClient) BeforeUnloadSdk(ctx context.Context) error
BeforeUnloadSdk calls the BeforeUnloadSdk RPC.
func (*SandboxedSdkProviderClient) GetContext ¶
func (c *SandboxedSdkProviderClient) GetContext(ctx context.Context) (int64, error)
GetContext calls the GetContext RPC.
type SdkSandboxManagerClient ¶
type SdkSandboxManagerClient struct {
// contains filtered or unexported fields
}
SdkSandboxManagerClient wraps the gRPC SdkSandboxManagerService client.
func NewSdkSandboxManagerClient ¶
func NewSdkSandboxManagerClient(cc grpc.ClientConnInterface) *SdkSandboxManagerClient
NewSdkSandboxManagerClient creates a new SdkSandboxManager client.
func (*SdkSandboxManagerClient) AddSdkSandboxProcessDeathCallback ¶
func (c *SdkSandboxManagerClient) AddSdkSandboxProcessDeathCallback(ctx context.Context, arg0 int64, arg1 int64) error
AddSdkSandboxProcessDeathCallback calls the AddSdkSandboxProcessDeathCallback RPC.
func (*SdkSandboxManagerClient) GetAppOwnedSdkSandboxInterfaces ¶
func (c *SdkSandboxManagerClient) GetAppOwnedSdkSandboxInterfaces(ctx context.Context) (int64, error)
GetAppOwnedSdkSandboxInterfaces calls the GetAppOwnedSdkSandboxInterfaces RPC.
func (*SdkSandboxManagerClient) GetSandboxedSdks ¶
func (c *SdkSandboxManagerClient) GetSandboxedSdks(ctx context.Context) (int64, error)
GetSandboxedSdks calls the GetSandboxedSdks RPC.
func (*SdkSandboxManagerClient) GetSdkSandboxState ¶
func (c *SdkSandboxManagerClient) GetSdkSandboxState(ctx context.Context) (int32, error)
GetSdkSandboxState calls the GetSdkSandboxState RPC.
func (*SdkSandboxManagerClient) GetSyncedSharedPreferencesKeys ¶
func (c *SdkSandboxManagerClient) GetSyncedSharedPreferencesKeys(ctx context.Context) (int64, error)
GetSyncedSharedPreferencesKeys calls the GetSyncedSharedPreferencesKeys RPC.
func (*SdkSandboxManagerClient) RegisterAppOwnedSdkSandboxInterface ¶
func (c *SdkSandboxManagerClient) RegisterAppOwnedSdkSandboxInterface(ctx context.Context, arg0 int64) error
RegisterAppOwnedSdkSandboxInterface calls the RegisterAppOwnedSdkSandboxInterface RPC.
func (*SdkSandboxManagerClient) RemoveSdkSandboxProcessDeathCallback ¶
func (c *SdkSandboxManagerClient) RemoveSdkSandboxProcessDeathCallback(ctx context.Context, arg0 int64) error
RemoveSdkSandboxProcessDeathCallback calls the RemoveSdkSandboxProcessDeathCallback RPC.
func (*SdkSandboxManagerClient) StartSdkSandboxActivity ¶
func (c *SdkSandboxManagerClient) StartSdkSandboxActivity(ctx context.Context, arg0 int64, arg1 int64) error
StartSdkSandboxActivity calls the StartSdkSandboxActivity RPC.
func (*SdkSandboxManagerClient) UnloadSdk ¶
func (c *SdkSandboxManagerClient) UnloadSdk(ctx context.Context, arg0 string) error
UnloadSdk calls the UnloadSdk RPC.
func (*SdkSandboxManagerClient) UnregisterAppOwnedSdkSandboxInterface ¶
func (c *SdkSandboxManagerClient) UnregisterAppOwnedSdkSandboxInterface(ctx context.Context, arg0 string) error
UnregisterAppOwnedSdkSandboxInterface calls the UnregisterAppOwnedSdkSandboxInterface RPC.
type SdkSandboxManagerSdkSandboxProcessDeathCallbackClient ¶
type SdkSandboxManagerSdkSandboxProcessDeathCallbackClient struct {
// contains filtered or unexported fields
}
SdkSandboxManagerSdkSandboxProcessDeathCallbackClient wraps the gRPC SdkSandboxManagerSdkSandboxProcessDeathCallbackService client.
func NewSdkSandboxManagerSdkSandboxProcessDeathCallbackClient ¶
func NewSdkSandboxManagerSdkSandboxProcessDeathCallbackClient(cc grpc.ClientConnInterface) *SdkSandboxManagerSdkSandboxProcessDeathCallbackClient
NewSdkSandboxManagerSdkSandboxProcessDeathCallbackClient creates a new SdkSandboxManagerSdkSandboxProcessDeathCallback client.
func (*SdkSandboxManagerSdkSandboxProcessDeathCallbackClient) OnSdkSandboxDied ¶
func (c *SdkSandboxManagerSdkSandboxProcessDeathCallbackClient) OnSdkSandboxDied(ctx context.Context) error
OnSdkSandboxDied calls the OnSdkSandboxDied RPC.