Documentation
¶
Index ¶
- type BackEventClient
- func (c *BackEventClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *BackEventClient) GetFrameTimeMillis(ctx context.Context, handle int64) (int64, error)
- func (c *BackEventClient) GetProgress(ctx context.Context, handle int64) (float32, error)
- func (c *BackEventClient) GetSwipeEdge(ctx context.Context, handle int64) (int32, error)
- func (c *BackEventClient) GetTouchX(ctx context.Context, handle int64) (float32, error)
- func (c *BackEventClient) GetTouchY(ctx context.Context, handle int64) (float32, error)
- func (c *BackEventClient) ToString(ctx context.Context, handle int64) (string, error)
- type InputTransferTokenClient
- func (c *InputTransferTokenClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *InputTransferTokenClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *InputTransferTokenClient) HashCode(ctx context.Context) (int32, error)
- func (c *InputTransferTokenClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type OnBackInvokedCallbackClient
- type OnBackInvokedDispatcherClient
- type SplashScreenClient
- type SplashScreenOnExitAnimationListenerClient
- type SplashScreenViewClient
- func (c *SplashScreenViewClient) GetIconAnimationDuration(ctx context.Context) (int64, error)
- func (c *SplashScreenViewClient) GetIconAnimationStart(ctx context.Context) (int64, error)
- func (c *SplashScreenViewClient) GetIconView(ctx context.Context) (int64, error)
- func (c *SplashScreenViewClient) Remove(ctx context.Context) error
- func (c *SplashScreenViewClient) SetAlpha(ctx context.Context, arg0 float32) error
- type SurfaceSyncGroupClient
- func (c *SurfaceSyncGroupClient) Add2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)
- func (c *SurfaceSyncGroupClient) Add2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)
- func (c *SurfaceSyncGroupClient) AddTransaction(ctx context.Context, handle int64, arg0 int64) error
- func (c *SurfaceSyncGroupClient) MarkSyncReady(ctx context.Context, handle int64) error
- type SystemOnBackInvokedCallbacksClient
- type TrustedPresentationThresholdsClient
- func (c *TrustedPresentationThresholdsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *TrustedPresentationThresholdsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *TrustedPresentationThresholdsClient) GetMinAlpha(ctx context.Context, handle int64) (float32, error)
- func (c *TrustedPresentationThresholdsClient) GetMinFractionRendered(ctx context.Context, handle int64) (float32, error)
- func (c *TrustedPresentationThresholdsClient) GetStabilityRequirementMillis(ctx context.Context, handle int64) (int32, error)
- func (c *TrustedPresentationThresholdsClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *TrustedPresentationThresholdsClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *TrustedPresentationThresholdsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackEventClient ¶
type BackEventClient struct {
// contains filtered or unexported fields
}
BackEventClient wraps the gRPC BackEventService client.
func NewBackEventClient ¶
func NewBackEventClient(cc grpc.ClientConnInterface) *BackEventClient
NewBackEventClient creates a new BackEvent client.
func (*BackEventClient) GetFrameTimeMillis ¶
GetFrameTimeMillis calls the GetFrameTimeMillis RPC.
func (*BackEventClient) GetProgress ¶
GetProgress calls the GetProgress RPC.
func (*BackEventClient) GetSwipeEdge ¶
GetSwipeEdge calls the GetSwipeEdge RPC.
type InputTransferTokenClient ¶
type InputTransferTokenClient struct {
// contains filtered or unexported fields
}
InputTransferTokenClient wraps the gRPC InputTransferTokenService client.
func NewInputTransferTokenClient ¶
func NewInputTransferTokenClient(cc grpc.ClientConnInterface) *InputTransferTokenClient
NewInputTransferTokenClient creates a new InputTransferToken client.
func (*InputTransferTokenClient) DescribeContents ¶
func (c *InputTransferTokenClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*InputTransferTokenClient) HashCode ¶
func (c *InputTransferTokenClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*InputTransferTokenClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type OnBackInvokedCallbackClient ¶
type OnBackInvokedCallbackClient struct {
// contains filtered or unexported fields
}
OnBackInvokedCallbackClient wraps the gRPC OnBackInvokedCallbackService client.
func NewOnBackInvokedCallbackClient ¶
func NewOnBackInvokedCallbackClient(cc grpc.ClientConnInterface) *OnBackInvokedCallbackClient
NewOnBackInvokedCallbackClient creates a new OnBackInvokedCallback client.
func (*OnBackInvokedCallbackClient) OnBackInvoked ¶
func (c *OnBackInvokedCallbackClient) OnBackInvoked(ctx context.Context) error
OnBackInvoked calls the OnBackInvoked RPC.
type OnBackInvokedDispatcherClient ¶
type OnBackInvokedDispatcherClient struct {
// contains filtered or unexported fields
}
OnBackInvokedDispatcherClient wraps the gRPC OnBackInvokedDispatcherService client.
func NewOnBackInvokedDispatcherClient ¶
func NewOnBackInvokedDispatcherClient(cc grpc.ClientConnInterface) *OnBackInvokedDispatcherClient
NewOnBackInvokedDispatcherClient creates a new OnBackInvokedDispatcher client.
func (*OnBackInvokedDispatcherClient) RegisterOnBackInvokedCallback ¶
func (c *OnBackInvokedDispatcherClient) RegisterOnBackInvokedCallback(ctx context.Context, arg0 int32, arg1 int64) error
RegisterOnBackInvokedCallback calls the RegisterOnBackInvokedCallback RPC.
func (*OnBackInvokedDispatcherClient) UnregisterOnBackInvokedCallback ¶
func (c *OnBackInvokedDispatcherClient) UnregisterOnBackInvokedCallback(ctx context.Context, arg0 int64) error
UnregisterOnBackInvokedCallback calls the UnregisterOnBackInvokedCallback RPC.
type SplashScreenClient ¶
type SplashScreenClient struct {
// contains filtered or unexported fields
}
SplashScreenClient wraps the gRPC SplashScreenService client.
func NewSplashScreenClient ¶
func NewSplashScreenClient(cc grpc.ClientConnInterface) *SplashScreenClient
NewSplashScreenClient creates a new SplashScreen client.
func (*SplashScreenClient) ClearOnExitAnimationListener ¶
func (c *SplashScreenClient) ClearOnExitAnimationListener(ctx context.Context) error
ClearOnExitAnimationListener calls the ClearOnExitAnimationListener RPC.
func (*SplashScreenClient) SetOnExitAnimationListener ¶
func (c *SplashScreenClient) SetOnExitAnimationListener(ctx context.Context, arg0 int64) error
SetOnExitAnimationListener calls the SetOnExitAnimationListener RPC.
func (*SplashScreenClient) SetSplashScreenTheme ¶
func (c *SplashScreenClient) SetSplashScreenTheme(ctx context.Context, arg0 int32) error
SetSplashScreenTheme calls the SetSplashScreenTheme RPC.
type SplashScreenOnExitAnimationListenerClient ¶
type SplashScreenOnExitAnimationListenerClient struct {
// contains filtered or unexported fields
}
SplashScreenOnExitAnimationListenerClient wraps the gRPC SplashScreenOnExitAnimationListenerService client.
func NewSplashScreenOnExitAnimationListenerClient ¶
func NewSplashScreenOnExitAnimationListenerClient(cc grpc.ClientConnInterface) *SplashScreenOnExitAnimationListenerClient
NewSplashScreenOnExitAnimationListenerClient creates a new SplashScreenOnExitAnimationListener client.
func (*SplashScreenOnExitAnimationListenerClient) OnSplashScreenExit ¶
func (c *SplashScreenOnExitAnimationListenerClient) OnSplashScreenExit(ctx context.Context, arg0 int64) error
OnSplashScreenExit calls the OnSplashScreenExit RPC.
type SplashScreenViewClient ¶
type SplashScreenViewClient struct {
// contains filtered or unexported fields
}
SplashScreenViewClient wraps the gRPC SplashScreenViewService client.
func NewSplashScreenViewClient ¶
func NewSplashScreenViewClient(cc grpc.ClientConnInterface) *SplashScreenViewClient
NewSplashScreenViewClient creates a new SplashScreenView client.
func (*SplashScreenViewClient) GetIconAnimationDuration ¶
func (c *SplashScreenViewClient) GetIconAnimationDuration(ctx context.Context) (int64, error)
GetIconAnimationDuration calls the GetIconAnimationDuration RPC.
func (*SplashScreenViewClient) GetIconAnimationStart ¶
func (c *SplashScreenViewClient) GetIconAnimationStart(ctx context.Context) (int64, error)
GetIconAnimationStart calls the GetIconAnimationStart RPC.
func (*SplashScreenViewClient) GetIconView ¶
func (c *SplashScreenViewClient) GetIconView(ctx context.Context) (int64, error)
GetIconView calls the GetIconView RPC.
type SurfaceSyncGroupClient ¶
type SurfaceSyncGroupClient struct {
// contains filtered or unexported fields
}
SurfaceSyncGroupClient wraps the gRPC SurfaceSyncGroupService client.
func NewSurfaceSyncGroupClient ¶
func NewSurfaceSyncGroupClient(cc grpc.ClientConnInterface) *SurfaceSyncGroupClient
NewSurfaceSyncGroupClient creates a new SurfaceSyncGroup client.
func (*SurfaceSyncGroupClient) Add2 ¶
func (c *SurfaceSyncGroupClient) Add2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)
Add2 calls the Add2 RPC.
func (*SurfaceSyncGroupClient) Add2_1 ¶
func (c *SurfaceSyncGroupClient) Add2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)
Add2_1 calls the Add2_1 RPC.
func (*SurfaceSyncGroupClient) AddTransaction ¶
func (c *SurfaceSyncGroupClient) AddTransaction(ctx context.Context, handle int64, arg0 int64) error
AddTransaction calls the AddTransaction RPC.
func (*SurfaceSyncGroupClient) MarkSyncReady ¶
func (c *SurfaceSyncGroupClient) MarkSyncReady(ctx context.Context, handle int64) error
MarkSyncReady calls the MarkSyncReady RPC.
type SystemOnBackInvokedCallbacksClient ¶
type SystemOnBackInvokedCallbacksClient struct {
// contains filtered or unexported fields
}
SystemOnBackInvokedCallbacksClient wraps the gRPC SystemOnBackInvokedCallbacksService client.
func NewSystemOnBackInvokedCallbacksClient ¶
func NewSystemOnBackInvokedCallbacksClient(cc grpc.ClientConnInterface) *SystemOnBackInvokedCallbacksClient
NewSystemOnBackInvokedCallbacksClient creates a new SystemOnBackInvokedCallbacks client.
func (*SystemOnBackInvokedCallbacksClient) FinishAndRemoveTaskCallback ¶
func (c *SystemOnBackInvokedCallbacksClient) FinishAndRemoveTaskCallback(ctx context.Context, arg0 int64) (int64, error)
FinishAndRemoveTaskCallback calls the FinishAndRemoveTaskCallback RPC.
func (*SystemOnBackInvokedCallbacksClient) MoveTaskToBackCallback ¶
func (c *SystemOnBackInvokedCallbacksClient) MoveTaskToBackCallback(ctx context.Context, arg0 int64) (int64, error)
MoveTaskToBackCallback calls the MoveTaskToBackCallback RPC.
type TrustedPresentationThresholdsClient ¶
type TrustedPresentationThresholdsClient struct {
// contains filtered or unexported fields
}
TrustedPresentationThresholdsClient wraps the gRPC TrustedPresentationThresholdsService client.
func NewTrustedPresentationThresholdsClient ¶
func NewTrustedPresentationThresholdsClient(cc grpc.ClientConnInterface) *TrustedPresentationThresholdsClient
NewTrustedPresentationThresholdsClient creates a new TrustedPresentationThresholds client.
func (*TrustedPresentationThresholdsClient) DescribeContents ¶
func (c *TrustedPresentationThresholdsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*TrustedPresentationThresholdsClient) Equals ¶
func (c *TrustedPresentationThresholdsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*TrustedPresentationThresholdsClient) GetMinAlpha ¶
func (c *TrustedPresentationThresholdsClient) GetMinAlpha(ctx context.Context, handle int64) (float32, error)
GetMinAlpha calls the GetMinAlpha RPC.
func (*TrustedPresentationThresholdsClient) GetMinFractionRendered ¶
func (c *TrustedPresentationThresholdsClient) GetMinFractionRendered(ctx context.Context, handle int64) (float32, error)
GetMinFractionRendered calls the GetMinFractionRendered RPC.
func (*TrustedPresentationThresholdsClient) GetStabilityRequirementMillis ¶
func (c *TrustedPresentationThresholdsClient) GetStabilityRequirementMillis(ctx context.Context, handle int64) (int32, error)
GetStabilityRequirementMillis calls the GetStabilityRequirementMillis RPC.
func (*TrustedPresentationThresholdsClient) HashCode ¶
func (c *TrustedPresentationThresholdsClient) HashCode(ctx context.Context, handle int64) (int32, error)
HashCode calls the HashCode RPC.
func (*TrustedPresentationThresholdsClient) ToString ¶
func (c *TrustedPresentationThresholdsClient) ToString(ctx context.Context, handle int64) (string, error)
ToString calls the ToString RPC.
func (*TrustedPresentationThresholdsClient) WriteToParcel ¶
func (c *TrustedPresentationThresholdsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.