window

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BackEventService_NewBackEvent_FullMethodName       = "/window.BackEventService/NewBackEvent"
	BackEventService_Equals_FullMethodName             = "/window.BackEventService/Equals"
	BackEventService_GetFrameTimeMillis_FullMethodName = "/window.BackEventService/GetFrameTimeMillis"
	BackEventService_GetProgress_FullMethodName        = "/window.BackEventService/GetProgress"
	BackEventService_GetSwipeEdge_FullMethodName       = "/window.BackEventService/GetSwipeEdge"
	BackEventService_GetTouchX_FullMethodName          = "/window.BackEventService/GetTouchX"
	BackEventService_GetTouchY_FullMethodName          = "/window.BackEventService/GetTouchY"
	BackEventService_ToString_FullMethodName           = "/window.BackEventService/ToString"
)
View Source
const (
	OnBackInvokedDispatcherService_RegisterOnBackInvokedCallback_FullMethodName   = "/window.OnBackInvokedDispatcherService/RegisterOnBackInvokedCallback"
	OnBackInvokedDispatcherService_UnregisterOnBackInvokedCallback_FullMethodName = "/window.OnBackInvokedDispatcherService/UnregisterOnBackInvokedCallback"
)
View Source
const (
	SplashScreenService_ClearOnExitAnimationListener_FullMethodName = "/window.SplashScreenService/ClearOnExitAnimationListener"
	SplashScreenService_SetOnExitAnimationListener_FullMethodName   = "/window.SplashScreenService/SetOnExitAnimationListener"
	SplashScreenService_SetSplashScreenTheme_FullMethodName         = "/window.SplashScreenService/SetSplashScreenTheme"
)
View Source
const (
	InputTransferTokenService_DescribeContents_FullMethodName = "/window.InputTransferTokenService/DescribeContents"
	InputTransferTokenService_Equals_FullMethodName           = "/window.InputTransferTokenService/Equals"
	InputTransferTokenService_HashCode_FullMethodName         = "/window.InputTransferTokenService/HashCode"
	InputTransferTokenService_WriteToParcel_FullMethodName    = "/window.InputTransferTokenService/WriteToParcel"
)
View Source
const (
	TrustedPresentationThresholdsService_NewTrustedPresentationThresholds_FullMethodName = "/window.TrustedPresentationThresholdsService/NewTrustedPresentationThresholds"
	TrustedPresentationThresholdsService_DescribeContents_FullMethodName                 = "/window.TrustedPresentationThresholdsService/DescribeContents"
	TrustedPresentationThresholdsService_Equals_FullMethodName                           = "/window.TrustedPresentationThresholdsService/Equals"
	TrustedPresentationThresholdsService_GetMinAlpha_FullMethodName                      = "/window.TrustedPresentationThresholdsService/GetMinAlpha"
	TrustedPresentationThresholdsService_GetMinFractionRendered_FullMethodName           = "/window.TrustedPresentationThresholdsService/GetMinFractionRendered"
	TrustedPresentationThresholdsService_GetStabilityRequirementMillis_FullMethodName    = "/window.TrustedPresentationThresholdsService/GetStabilityRequirementMillis"
	TrustedPresentationThresholdsService_HashCode_FullMethodName                         = "/window.TrustedPresentationThresholdsService/HashCode"
	TrustedPresentationThresholdsService_ToString_FullMethodName                         = "/window.TrustedPresentationThresholdsService/ToString"
	TrustedPresentationThresholdsService_WriteToParcel_FullMethodName                    = "/window.TrustedPresentationThresholdsService/WriteToParcel"
)
View Source
const (
	SurfaceSyncGroupService_NewSurfaceSyncGroup_FullMethodName = "/window.SurfaceSyncGroupService/NewSurfaceSyncGroup"
	SurfaceSyncGroupService_Add2_FullMethodName                = "/window.SurfaceSyncGroupService/Add2"
	SurfaceSyncGroupService_Add2_1_FullMethodName              = "/window.SurfaceSyncGroupService/Add2_1"
	SurfaceSyncGroupService_AddTransaction_FullMethodName      = "/window.SurfaceSyncGroupService/AddTransaction"
	SurfaceSyncGroupService_MarkSyncReady_FullMethodName       = "/window.SurfaceSyncGroupService/MarkSyncReady"
)
View Source
const (
	SplashScreenViewService_GetIconAnimationDuration_FullMethodName = "/window.SplashScreenViewService/GetIconAnimationDuration"
	SplashScreenViewService_GetIconAnimationStart_FullMethodName    = "/window.SplashScreenViewService/GetIconAnimationStart"
	SplashScreenViewService_GetIconView_FullMethodName              = "/window.SplashScreenViewService/GetIconView"
	SplashScreenViewService_Remove_FullMethodName                   = "/window.SplashScreenViewService/Remove"
	SplashScreenViewService_SetAlpha_FullMethodName                 = "/window.SplashScreenViewService/SetAlpha"
)
View Source
const (
	SystemOnBackInvokedCallbacksService_FinishAndRemoveTaskCallback_FullMethodName = "/window.SystemOnBackInvokedCallbacksService/FinishAndRemoveTaskCallback"
	SystemOnBackInvokedCallbacksService_MoveTaskToBackCallback_FullMethodName      = "/window.SystemOnBackInvokedCallbacksService/MoveTaskToBackCallback"
)
View Source
const (
	OnBackInvokedCallbackService_OnBackInvoked_FullMethodName = "/window.OnBackInvokedCallbackService/OnBackInvoked"
)
View Source
const (
	SplashScreenOnExitAnimationListenerService_OnSplashScreenExit_FullMethodName = "/window.SplashScreenOnExitAnimationListenerService/OnSplashScreenExit"
)

Variables

View Source
var BackEventService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.BackEventService",
	HandlerType: (*BackEventServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewBackEvent",
			Handler:    _BackEventService_NewBackEvent_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _BackEventService_Equals_Handler,
		},
		{
			MethodName: "GetFrameTimeMillis",
			Handler:    _BackEventService_GetFrameTimeMillis_Handler,
		},
		{
			MethodName: "GetProgress",
			Handler:    _BackEventService_GetProgress_Handler,
		},
		{
			MethodName: "GetSwipeEdge",
			Handler:    _BackEventService_GetSwipeEdge_Handler,
		},
		{
			MethodName: "GetTouchX",
			Handler:    _BackEventService_GetTouchX_Handler,
		},
		{
			MethodName: "GetTouchY",
			Handler:    _BackEventService_GetTouchY_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _BackEventService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

BackEventService_ServiceDesc is the grpc.ServiceDesc for BackEventService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_window_window_proto protoreflect.FileDescriptor
View Source
var InputTransferTokenService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.InputTransferTokenService",
	HandlerType: (*InputTransferTokenServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DescribeContents",
			Handler:    _InputTransferTokenService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _InputTransferTokenService_Equals_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _InputTransferTokenService_HashCode_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _InputTransferTokenService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

InputTransferTokenService_ServiceDesc is the grpc.ServiceDesc for InputTransferTokenService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var OnBackInvokedCallbackService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.OnBackInvokedCallbackService",
	HandlerType: (*OnBackInvokedCallbackServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnBackInvoked",
			Handler:    _OnBackInvokedCallbackService_OnBackInvoked_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

OnBackInvokedCallbackService_ServiceDesc is the grpc.ServiceDesc for OnBackInvokedCallbackService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var OnBackInvokedDispatcherService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.OnBackInvokedDispatcherService",
	HandlerType: (*OnBackInvokedDispatcherServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterOnBackInvokedCallback",
			Handler:    _OnBackInvokedDispatcherService_RegisterOnBackInvokedCallback_Handler,
		},
		{
			MethodName: "UnregisterOnBackInvokedCallback",
			Handler:    _OnBackInvokedDispatcherService_UnregisterOnBackInvokedCallback_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

OnBackInvokedDispatcherService_ServiceDesc is the grpc.ServiceDesc for OnBackInvokedDispatcherService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SplashScreenOnExitAnimationListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.SplashScreenOnExitAnimationListenerService",
	HandlerType: (*SplashScreenOnExitAnimationListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnSplashScreenExit",
			Handler:    _SplashScreenOnExitAnimationListenerService_OnSplashScreenExit_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

SplashScreenOnExitAnimationListenerService_ServiceDesc is the grpc.ServiceDesc for SplashScreenOnExitAnimationListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SplashScreenService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.SplashScreenService",
	HandlerType: (*SplashScreenServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ClearOnExitAnimationListener",
			Handler:    _SplashScreenService_ClearOnExitAnimationListener_Handler,
		},
		{
			MethodName: "SetOnExitAnimationListener",
			Handler:    _SplashScreenService_SetOnExitAnimationListener_Handler,
		},
		{
			MethodName: "SetSplashScreenTheme",
			Handler:    _SplashScreenService_SetSplashScreenTheme_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

SplashScreenService_ServiceDesc is the grpc.ServiceDesc for SplashScreenService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SplashScreenViewService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.SplashScreenViewService",
	HandlerType: (*SplashScreenViewServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetIconAnimationDuration",
			Handler:    _SplashScreenViewService_GetIconAnimationDuration_Handler,
		},
		{
			MethodName: "GetIconAnimationStart",
			Handler:    _SplashScreenViewService_GetIconAnimationStart_Handler,
		},
		{
			MethodName: "GetIconView",
			Handler:    _SplashScreenViewService_GetIconView_Handler,
		},
		{
			MethodName: "Remove",
			Handler:    _SplashScreenViewService_Remove_Handler,
		},
		{
			MethodName: "SetAlpha",
			Handler:    _SplashScreenViewService_SetAlpha_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

SplashScreenViewService_ServiceDesc is the grpc.ServiceDesc for SplashScreenViewService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SurfaceSyncGroupService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.SurfaceSyncGroupService",
	HandlerType: (*SurfaceSyncGroupServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewSurfaceSyncGroup",
			Handler:    _SurfaceSyncGroupService_NewSurfaceSyncGroup_Handler,
		},
		{
			MethodName: "Add2",
			Handler:    _SurfaceSyncGroupService_Add2_Handler,
		},
		{
			MethodName: "Add2_1",
			Handler:    _SurfaceSyncGroupService_Add2_1_Handler,
		},
		{
			MethodName: "AddTransaction",
			Handler:    _SurfaceSyncGroupService_AddTransaction_Handler,
		},
		{
			MethodName: "MarkSyncReady",
			Handler:    _SurfaceSyncGroupService_MarkSyncReady_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

SurfaceSyncGroupService_ServiceDesc is the grpc.ServiceDesc for SurfaceSyncGroupService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SystemOnBackInvokedCallbacksService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.SystemOnBackInvokedCallbacksService",
	HandlerType: (*SystemOnBackInvokedCallbacksServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "FinishAndRemoveTaskCallback",
			Handler:    _SystemOnBackInvokedCallbacksService_FinishAndRemoveTaskCallback_Handler,
		},
		{
			MethodName: "MoveTaskToBackCallback",
			Handler:    _SystemOnBackInvokedCallbacksService_MoveTaskToBackCallback_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

SystemOnBackInvokedCallbacksService_ServiceDesc is the grpc.ServiceDesc for SystemOnBackInvokedCallbacksService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TrustedPresentationThresholdsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "window.TrustedPresentationThresholdsService",
	HandlerType: (*TrustedPresentationThresholdsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewTrustedPresentationThresholds",
			Handler:    _TrustedPresentationThresholdsService_NewTrustedPresentationThresholds_Handler,
		},
		{
			MethodName: "DescribeContents",
			Handler:    _TrustedPresentationThresholdsService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _TrustedPresentationThresholdsService_Equals_Handler,
		},
		{
			MethodName: "GetMinAlpha",
			Handler:    _TrustedPresentationThresholdsService_GetMinAlpha_Handler,
		},
		{
			MethodName: "GetMinFractionRendered",
			Handler:    _TrustedPresentationThresholdsService_GetMinFractionRendered_Handler,
		},
		{
			MethodName: "GetStabilityRequirementMillis",
			Handler:    _TrustedPresentationThresholdsService_GetStabilityRequirementMillis_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _TrustedPresentationThresholdsService_HashCode_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _TrustedPresentationThresholdsService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _TrustedPresentationThresholdsService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/window/window.proto",
}

TrustedPresentationThresholdsService_ServiceDesc is the grpc.ServiceDesc for TrustedPresentationThresholdsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterBackEventServiceServer

func RegisterBackEventServiceServer(s grpc.ServiceRegistrar, srv BackEventServiceServer)

func RegisterInputTransferTokenServiceServer

func RegisterInputTransferTokenServiceServer(s grpc.ServiceRegistrar, srv InputTransferTokenServiceServer)

func RegisterOnBackInvokedCallbackServiceServer

func RegisterOnBackInvokedCallbackServiceServer(s grpc.ServiceRegistrar, srv OnBackInvokedCallbackServiceServer)

func RegisterOnBackInvokedDispatcherServiceServer

func RegisterOnBackInvokedDispatcherServiceServer(s grpc.ServiceRegistrar, srv OnBackInvokedDispatcherServiceServer)

func RegisterSplashScreenServiceServer

func RegisterSplashScreenServiceServer(s grpc.ServiceRegistrar, srv SplashScreenServiceServer)

func RegisterSplashScreenViewServiceServer

func RegisterSplashScreenViewServiceServer(s grpc.ServiceRegistrar, srv SplashScreenViewServiceServer)

func RegisterSurfaceSyncGroupServiceServer

func RegisterSurfaceSyncGroupServiceServer(s grpc.ServiceRegistrar, srv SurfaceSyncGroupServiceServer)

Types

type Add2Request

type Add2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*Add2Request) Descriptor deprecated

func (*Add2Request) Descriptor() ([]byte, []int)

Deprecated: Use Add2Request.ProtoReflect.Descriptor instead.

func (*Add2Request) GetArg0

func (x *Add2Request) GetArg0() int64

func (*Add2Request) GetArg1

func (x *Add2Request) GetArg1() int64

func (*Add2Request) GetHandle

func (x *Add2Request) GetHandle() int64

func (*Add2Request) ProtoMessage

func (*Add2Request) ProtoMessage()

func (*Add2Request) ProtoReflect

func (x *Add2Request) ProtoReflect() protoreflect.Message

func (*Add2Request) Reset

func (x *Add2Request) Reset()

func (*Add2Request) String

func (x *Add2Request) String() string

type Add2Response

type Add2Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Add2Response) Descriptor deprecated

func (*Add2Response) Descriptor() ([]byte, []int)

Deprecated: Use Add2Response.ProtoReflect.Descriptor instead.

func (*Add2Response) GetResult

func (x *Add2Response) GetResult() bool

func (*Add2Response) ProtoMessage

func (*Add2Response) ProtoMessage()

func (*Add2Response) ProtoReflect

func (x *Add2Response) ProtoReflect() protoreflect.Message

func (*Add2Response) Reset

func (x *Add2Response) Reset()

func (*Add2Response) String

func (x *Add2Response) String() string

type Add2_1Request

type Add2_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*Add2_1Request) Descriptor deprecated

func (*Add2_1Request) Descriptor() ([]byte, []int)

Deprecated: Use Add2_1Request.ProtoReflect.Descriptor instead.

func (*Add2_1Request) GetArg0

func (x *Add2_1Request) GetArg0() int64

func (*Add2_1Request) GetArg1

func (x *Add2_1Request) GetArg1() int64

func (*Add2_1Request) GetHandle

func (x *Add2_1Request) GetHandle() int64

func (*Add2_1Request) ProtoMessage

func (*Add2_1Request) ProtoMessage()

func (*Add2_1Request) ProtoReflect

func (x *Add2_1Request) ProtoReflect() protoreflect.Message

func (*Add2_1Request) Reset

func (x *Add2_1Request) Reset()

func (*Add2_1Request) String

func (x *Add2_1Request) String() string

type Add2_1Response

type Add2_1Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Add2_1Response) Descriptor deprecated

func (*Add2_1Response) Descriptor() ([]byte, []int)

Deprecated: Use Add2_1Response.ProtoReflect.Descriptor instead.

func (*Add2_1Response) GetResult

func (x *Add2_1Response) GetResult() bool

func (*Add2_1Response) ProtoMessage

func (*Add2_1Response) ProtoMessage()

func (*Add2_1Response) ProtoReflect

func (x *Add2_1Response) ProtoReflect() protoreflect.Message

func (*Add2_1Response) Reset

func (x *Add2_1Response) Reset()

func (*Add2_1Response) String

func (x *Add2_1Response) String() string

type AddTransactionRequest

type AddTransactionRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AddTransactionRequest) Descriptor deprecated

func (*AddTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddTransactionRequest.ProtoReflect.Descriptor instead.

func (*AddTransactionRequest) GetArg0

func (x *AddTransactionRequest) GetArg0() int64

func (*AddTransactionRequest) GetHandle

func (x *AddTransactionRequest) GetHandle() int64

func (*AddTransactionRequest) ProtoMessage

func (*AddTransactionRequest) ProtoMessage()

func (*AddTransactionRequest) ProtoReflect

func (x *AddTransactionRequest) ProtoReflect() protoreflect.Message

func (*AddTransactionRequest) Reset

func (x *AddTransactionRequest) Reset()

func (*AddTransactionRequest) String

func (x *AddTransactionRequest) String() string

type AddTransactionResponse

type AddTransactionResponse struct {
	// contains filtered or unexported fields
}

func (*AddTransactionResponse) Descriptor deprecated

func (*AddTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddTransactionResponse.ProtoReflect.Descriptor instead.

func (*AddTransactionResponse) ProtoMessage

func (*AddTransactionResponse) ProtoMessage()

func (*AddTransactionResponse) ProtoReflect

func (x *AddTransactionResponse) ProtoReflect() protoreflect.Message

func (*AddTransactionResponse) Reset

func (x *AddTransactionResponse) Reset()

func (*AddTransactionResponse) String

func (x *AddTransactionResponse) String() string

type BackEventServiceClient

type BackEventServiceClient interface {
	NewBackEvent(ctx context.Context, in *NewBackEventRequest, opts ...grpc.CallOption) (*NewBackEventResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetFrameTimeMillis(ctx context.Context, in *GetFrameTimeMillisRequest, opts ...grpc.CallOption) (*GetFrameTimeMillisResponse, error)
	GetProgress(ctx context.Context, in *GetProgressRequest, opts ...grpc.CallOption) (*GetProgressResponse, error)
	GetSwipeEdge(ctx context.Context, in *GetSwipeEdgeRequest, opts ...grpc.CallOption) (*GetSwipeEdgeResponse, error)
	GetTouchX(ctx context.Context, in *GetTouchXRequest, opts ...grpc.CallOption) (*GetTouchXResponse, error)
	GetTouchY(ctx context.Context, in *GetTouchYRequest, opts ...grpc.CallOption) (*GetTouchYResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
}

BackEventServiceClient is the client API for BackEventService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BackEventServiceServer

BackEventServiceServer is the server API for BackEventService service. All implementations must embed UnimplementedBackEventServiceServer for forward compatibility.

type ClearOnExitAnimationListenerRequest

type ClearOnExitAnimationListenerRequest struct {
	// contains filtered or unexported fields
}

func (*ClearOnExitAnimationListenerRequest) Descriptor deprecated

func (*ClearOnExitAnimationListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClearOnExitAnimationListenerRequest.ProtoReflect.Descriptor instead.

func (*ClearOnExitAnimationListenerRequest) ProtoMessage

func (*ClearOnExitAnimationListenerRequest) ProtoMessage()

func (*ClearOnExitAnimationListenerRequest) ProtoReflect

func (*ClearOnExitAnimationListenerRequest) Reset

func (*ClearOnExitAnimationListenerRequest) String

type ClearOnExitAnimationListenerResponse

type ClearOnExitAnimationListenerResponse struct {
	// contains filtered or unexported fields
}

func (*ClearOnExitAnimationListenerResponse) Descriptor deprecated

func (*ClearOnExitAnimationListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClearOnExitAnimationListenerResponse.ProtoReflect.Descriptor instead.

func (*ClearOnExitAnimationListenerResponse) ProtoMessage

func (*ClearOnExitAnimationListenerResponse) ProtoMessage()

func (*ClearOnExitAnimationListenerResponse) ProtoReflect

func (*ClearOnExitAnimationListenerResponse) Reset

func (*ClearOnExitAnimationListenerResponse) String

type DescribeContentsRequest

type DescribeContentsRequest struct {
	// contains filtered or unexported fields
}

func (*DescribeContentsRequest) Descriptor deprecated

func (*DescribeContentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) ProtoMessage

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect

func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message

func (*DescribeContentsRequest) Reset

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse

type DescribeContentsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsResponse) Descriptor deprecated

func (*DescribeContentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect

func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message

func (*DescribeContentsResponse) Reset

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String

func (x *DescribeContentsResponse) String() string

type EqualsRequest

type EqualsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated

func (*EqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) GetHandle

func (x *EqualsRequest) GetHandle() int64

func (*EqualsRequest) ProtoMessage

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect

func (x *EqualsRequest) ProtoReflect() protoreflect.Message

func (*EqualsRequest) Reset

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String

func (x *EqualsRequest) String() string

type EqualsResponse

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated

func (*EqualsResponse) Descriptor() ([]byte, []int)

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect

func (x *EqualsResponse) ProtoReflect() protoreflect.Message

func (*EqualsResponse) Reset

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String

func (x *EqualsResponse) String() string

type FinishAndRemoveTaskCallbackRequest

type FinishAndRemoveTaskCallbackRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*FinishAndRemoveTaskCallbackRequest) Descriptor deprecated

func (*FinishAndRemoveTaskCallbackRequest) Descriptor() ([]byte, []int)

Deprecated: Use FinishAndRemoveTaskCallbackRequest.ProtoReflect.Descriptor instead.

func (*FinishAndRemoveTaskCallbackRequest) GetArg0

func (*FinishAndRemoveTaskCallbackRequest) ProtoMessage

func (*FinishAndRemoveTaskCallbackRequest) ProtoMessage()

func (*FinishAndRemoveTaskCallbackRequest) ProtoReflect

func (*FinishAndRemoveTaskCallbackRequest) Reset

func (*FinishAndRemoveTaskCallbackRequest) String

type FinishAndRemoveTaskCallbackResponse

type FinishAndRemoveTaskCallbackResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*FinishAndRemoveTaskCallbackResponse) Descriptor deprecated

func (*FinishAndRemoveTaskCallbackResponse) Descriptor() ([]byte, []int)

Deprecated: Use FinishAndRemoveTaskCallbackResponse.ProtoReflect.Descriptor instead.

func (*FinishAndRemoveTaskCallbackResponse) GetResult

func (*FinishAndRemoveTaskCallbackResponse) ProtoMessage

func (*FinishAndRemoveTaskCallbackResponse) ProtoMessage()

func (*FinishAndRemoveTaskCallbackResponse) ProtoReflect

func (*FinishAndRemoveTaskCallbackResponse) Reset

func (*FinishAndRemoveTaskCallbackResponse) String

type GetFrameTimeMillisRequest

type GetFrameTimeMillisRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFrameTimeMillisRequest) Descriptor deprecated

func (*GetFrameTimeMillisRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameTimeMillisRequest.ProtoReflect.Descriptor instead.

func (*GetFrameTimeMillisRequest) GetHandle

func (x *GetFrameTimeMillisRequest) GetHandle() int64

func (*GetFrameTimeMillisRequest) ProtoMessage

func (*GetFrameTimeMillisRequest) ProtoMessage()

func (*GetFrameTimeMillisRequest) ProtoReflect

func (*GetFrameTimeMillisRequest) Reset

func (x *GetFrameTimeMillisRequest) Reset()

func (*GetFrameTimeMillisRequest) String

func (x *GetFrameTimeMillisRequest) String() string

type GetFrameTimeMillisResponse

type GetFrameTimeMillisResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFrameTimeMillisResponse) Descriptor deprecated

func (*GetFrameTimeMillisResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameTimeMillisResponse.ProtoReflect.Descriptor instead.

func (*GetFrameTimeMillisResponse) GetResult

func (x *GetFrameTimeMillisResponse) GetResult() int64

func (*GetFrameTimeMillisResponse) ProtoMessage

func (*GetFrameTimeMillisResponse) ProtoMessage()

func (*GetFrameTimeMillisResponse) ProtoReflect

func (*GetFrameTimeMillisResponse) Reset

func (x *GetFrameTimeMillisResponse) Reset()

func (*GetFrameTimeMillisResponse) String

func (x *GetFrameTimeMillisResponse) String() string

type GetIconAnimationDurationRequest

type GetIconAnimationDurationRequest struct {
	// contains filtered or unexported fields
}

func (*GetIconAnimationDurationRequest) Descriptor deprecated

func (*GetIconAnimationDurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIconAnimationDurationRequest.ProtoReflect.Descriptor instead.

func (*GetIconAnimationDurationRequest) ProtoMessage

func (*GetIconAnimationDurationRequest) ProtoMessage()

func (*GetIconAnimationDurationRequest) ProtoReflect

func (*GetIconAnimationDurationRequest) Reset

func (*GetIconAnimationDurationRequest) String

type GetIconAnimationDurationResponse

type GetIconAnimationDurationResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIconAnimationDurationResponse) Descriptor deprecated

func (*GetIconAnimationDurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIconAnimationDurationResponse.ProtoReflect.Descriptor instead.

func (*GetIconAnimationDurationResponse) GetResult

func (x *GetIconAnimationDurationResponse) GetResult() int64

func (*GetIconAnimationDurationResponse) ProtoMessage

func (*GetIconAnimationDurationResponse) ProtoMessage()

func (*GetIconAnimationDurationResponse) ProtoReflect

func (*GetIconAnimationDurationResponse) Reset

func (*GetIconAnimationDurationResponse) String

type GetIconAnimationStartRequest

type GetIconAnimationStartRequest struct {
	// contains filtered or unexported fields
}

func (*GetIconAnimationStartRequest) Descriptor deprecated

func (*GetIconAnimationStartRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIconAnimationStartRequest.ProtoReflect.Descriptor instead.

func (*GetIconAnimationStartRequest) ProtoMessage

func (*GetIconAnimationStartRequest) ProtoMessage()

func (*GetIconAnimationStartRequest) ProtoReflect

func (*GetIconAnimationStartRequest) Reset

func (x *GetIconAnimationStartRequest) Reset()

func (*GetIconAnimationStartRequest) String

type GetIconAnimationStartResponse

type GetIconAnimationStartResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIconAnimationStartResponse) Descriptor deprecated

func (*GetIconAnimationStartResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIconAnimationStartResponse.ProtoReflect.Descriptor instead.

func (*GetIconAnimationStartResponse) GetResult

func (x *GetIconAnimationStartResponse) GetResult() int64

func (*GetIconAnimationStartResponse) ProtoMessage

func (*GetIconAnimationStartResponse) ProtoMessage()

func (*GetIconAnimationStartResponse) ProtoReflect

func (*GetIconAnimationStartResponse) Reset

func (x *GetIconAnimationStartResponse) Reset()

func (*GetIconAnimationStartResponse) String

type GetIconViewRequest

type GetIconViewRequest struct {
	// contains filtered or unexported fields
}

func (*GetIconViewRequest) Descriptor deprecated

func (*GetIconViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIconViewRequest.ProtoReflect.Descriptor instead.

func (*GetIconViewRequest) ProtoMessage

func (*GetIconViewRequest) ProtoMessage()

func (*GetIconViewRequest) ProtoReflect

func (x *GetIconViewRequest) ProtoReflect() protoreflect.Message

func (*GetIconViewRequest) Reset

func (x *GetIconViewRequest) Reset()

func (*GetIconViewRequest) String

func (x *GetIconViewRequest) String() string

type GetIconViewResponse

type GetIconViewResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIconViewResponse) Descriptor deprecated

func (*GetIconViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIconViewResponse.ProtoReflect.Descriptor instead.

func (*GetIconViewResponse) GetResult

func (x *GetIconViewResponse) GetResult() int64

func (*GetIconViewResponse) ProtoMessage

func (*GetIconViewResponse) ProtoMessage()

func (*GetIconViewResponse) ProtoReflect

func (x *GetIconViewResponse) ProtoReflect() protoreflect.Message

func (*GetIconViewResponse) Reset

func (x *GetIconViewResponse) Reset()

func (*GetIconViewResponse) String

func (x *GetIconViewResponse) String() string

type GetMinAlphaRequest

type GetMinAlphaRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMinAlphaRequest) Descriptor deprecated

func (*GetMinAlphaRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMinAlphaRequest.ProtoReflect.Descriptor instead.

func (*GetMinAlphaRequest) GetHandle

func (x *GetMinAlphaRequest) GetHandle() int64

func (*GetMinAlphaRequest) ProtoMessage

func (*GetMinAlphaRequest) ProtoMessage()

func (*GetMinAlphaRequest) ProtoReflect

func (x *GetMinAlphaRequest) ProtoReflect() protoreflect.Message

func (*GetMinAlphaRequest) Reset

func (x *GetMinAlphaRequest) Reset()

func (*GetMinAlphaRequest) String

func (x *GetMinAlphaRequest) String() string

type GetMinAlphaResponse

type GetMinAlphaResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMinAlphaResponse) Descriptor deprecated

func (*GetMinAlphaResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMinAlphaResponse.ProtoReflect.Descriptor instead.

func (*GetMinAlphaResponse) GetResult

func (x *GetMinAlphaResponse) GetResult() float32

func (*GetMinAlphaResponse) ProtoMessage

func (*GetMinAlphaResponse) ProtoMessage()

func (*GetMinAlphaResponse) ProtoReflect

func (x *GetMinAlphaResponse) ProtoReflect() protoreflect.Message

func (*GetMinAlphaResponse) Reset

func (x *GetMinAlphaResponse) Reset()

func (*GetMinAlphaResponse) String

func (x *GetMinAlphaResponse) String() string

type GetMinFractionRenderedRequest

type GetMinFractionRenderedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMinFractionRenderedRequest) Descriptor deprecated

func (*GetMinFractionRenderedRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMinFractionRenderedRequest.ProtoReflect.Descriptor instead.

func (*GetMinFractionRenderedRequest) GetHandle

func (x *GetMinFractionRenderedRequest) GetHandle() int64

func (*GetMinFractionRenderedRequest) ProtoMessage

func (*GetMinFractionRenderedRequest) ProtoMessage()

func (*GetMinFractionRenderedRequest) ProtoReflect

func (*GetMinFractionRenderedRequest) Reset

func (x *GetMinFractionRenderedRequest) Reset()

func (*GetMinFractionRenderedRequest) String

type GetMinFractionRenderedResponse

type GetMinFractionRenderedResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMinFractionRenderedResponse) Descriptor deprecated

func (*GetMinFractionRenderedResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMinFractionRenderedResponse.ProtoReflect.Descriptor instead.

func (*GetMinFractionRenderedResponse) GetResult

func (x *GetMinFractionRenderedResponse) GetResult() float32

func (*GetMinFractionRenderedResponse) ProtoMessage

func (*GetMinFractionRenderedResponse) ProtoMessage()

func (*GetMinFractionRenderedResponse) ProtoReflect

func (*GetMinFractionRenderedResponse) Reset

func (x *GetMinFractionRenderedResponse) Reset()

func (*GetMinFractionRenderedResponse) String

type GetProgressRequest

type GetProgressRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProgressRequest) Descriptor deprecated

func (*GetProgressRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProgressRequest.ProtoReflect.Descriptor instead.

func (*GetProgressRequest) GetHandle

func (x *GetProgressRequest) GetHandle() int64

func (*GetProgressRequest) ProtoMessage

func (*GetProgressRequest) ProtoMessage()

func (*GetProgressRequest) ProtoReflect

func (x *GetProgressRequest) ProtoReflect() protoreflect.Message

func (*GetProgressRequest) Reset

func (x *GetProgressRequest) Reset()

func (*GetProgressRequest) String

func (x *GetProgressRequest) String() string

type GetProgressResponse

type GetProgressResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProgressResponse) Descriptor deprecated

func (*GetProgressResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProgressResponse.ProtoReflect.Descriptor instead.

func (*GetProgressResponse) GetResult

func (x *GetProgressResponse) GetResult() float32

func (*GetProgressResponse) ProtoMessage

func (*GetProgressResponse) ProtoMessage()

func (*GetProgressResponse) ProtoReflect

func (x *GetProgressResponse) ProtoReflect() protoreflect.Message

func (*GetProgressResponse) Reset

func (x *GetProgressResponse) Reset()

func (*GetProgressResponse) String

func (x *GetProgressResponse) String() string

type GetStabilityRequirementMillisRequest

type GetStabilityRequirementMillisRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStabilityRequirementMillisRequest) Descriptor deprecated

func (*GetStabilityRequirementMillisRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStabilityRequirementMillisRequest.ProtoReflect.Descriptor instead.

func (*GetStabilityRequirementMillisRequest) GetHandle

func (*GetStabilityRequirementMillisRequest) ProtoMessage

func (*GetStabilityRequirementMillisRequest) ProtoMessage()

func (*GetStabilityRequirementMillisRequest) ProtoReflect

func (*GetStabilityRequirementMillisRequest) Reset

func (*GetStabilityRequirementMillisRequest) String

type GetStabilityRequirementMillisResponse

type GetStabilityRequirementMillisResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStabilityRequirementMillisResponse) Descriptor deprecated

func (*GetStabilityRequirementMillisResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStabilityRequirementMillisResponse.ProtoReflect.Descriptor instead.

func (*GetStabilityRequirementMillisResponse) GetResult

func (*GetStabilityRequirementMillisResponse) ProtoMessage

func (*GetStabilityRequirementMillisResponse) ProtoMessage()

func (*GetStabilityRequirementMillisResponse) ProtoReflect

func (*GetStabilityRequirementMillisResponse) Reset

func (*GetStabilityRequirementMillisResponse) String

type GetSwipeEdgeRequest

type GetSwipeEdgeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSwipeEdgeRequest) Descriptor deprecated

func (*GetSwipeEdgeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSwipeEdgeRequest.ProtoReflect.Descriptor instead.

func (*GetSwipeEdgeRequest) GetHandle

func (x *GetSwipeEdgeRequest) GetHandle() int64

func (*GetSwipeEdgeRequest) ProtoMessage

func (*GetSwipeEdgeRequest) ProtoMessage()

func (*GetSwipeEdgeRequest) ProtoReflect

func (x *GetSwipeEdgeRequest) ProtoReflect() protoreflect.Message

func (*GetSwipeEdgeRequest) Reset

func (x *GetSwipeEdgeRequest) Reset()

func (*GetSwipeEdgeRequest) String

func (x *GetSwipeEdgeRequest) String() string

type GetSwipeEdgeResponse

type GetSwipeEdgeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSwipeEdgeResponse) Descriptor deprecated

func (*GetSwipeEdgeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSwipeEdgeResponse.ProtoReflect.Descriptor instead.

func (*GetSwipeEdgeResponse) GetResult

func (x *GetSwipeEdgeResponse) GetResult() int32

func (*GetSwipeEdgeResponse) ProtoMessage

func (*GetSwipeEdgeResponse) ProtoMessage()

func (*GetSwipeEdgeResponse) ProtoReflect

func (x *GetSwipeEdgeResponse) ProtoReflect() protoreflect.Message

func (*GetSwipeEdgeResponse) Reset

func (x *GetSwipeEdgeResponse) Reset()

func (*GetSwipeEdgeResponse) String

func (x *GetSwipeEdgeResponse) String() string

type GetTouchXRequest

type GetTouchXRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTouchXRequest) Descriptor deprecated

func (*GetTouchXRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTouchXRequest.ProtoReflect.Descriptor instead.

func (*GetTouchXRequest) GetHandle

func (x *GetTouchXRequest) GetHandle() int64

func (*GetTouchXRequest) ProtoMessage

func (*GetTouchXRequest) ProtoMessage()

func (*GetTouchXRequest) ProtoReflect

func (x *GetTouchXRequest) ProtoReflect() protoreflect.Message

func (*GetTouchXRequest) Reset

func (x *GetTouchXRequest) Reset()

func (*GetTouchXRequest) String

func (x *GetTouchXRequest) String() string

type GetTouchXResponse

type GetTouchXResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTouchXResponse) Descriptor deprecated

func (*GetTouchXResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTouchXResponse.ProtoReflect.Descriptor instead.

func (*GetTouchXResponse) GetResult

func (x *GetTouchXResponse) GetResult() float32

func (*GetTouchXResponse) ProtoMessage

func (*GetTouchXResponse) ProtoMessage()

func (*GetTouchXResponse) ProtoReflect

func (x *GetTouchXResponse) ProtoReflect() protoreflect.Message

func (*GetTouchXResponse) Reset

func (x *GetTouchXResponse) Reset()

func (*GetTouchXResponse) String

func (x *GetTouchXResponse) String() string

type GetTouchYRequest

type GetTouchYRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTouchYRequest) Descriptor deprecated

func (*GetTouchYRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTouchYRequest.ProtoReflect.Descriptor instead.

func (*GetTouchYRequest) GetHandle

func (x *GetTouchYRequest) GetHandle() int64

func (*GetTouchYRequest) ProtoMessage

func (*GetTouchYRequest) ProtoMessage()

func (*GetTouchYRequest) ProtoReflect

func (x *GetTouchYRequest) ProtoReflect() protoreflect.Message

func (*GetTouchYRequest) Reset

func (x *GetTouchYRequest) Reset()

func (*GetTouchYRequest) String

func (x *GetTouchYRequest) String() string

type GetTouchYResponse

type GetTouchYResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTouchYResponse) Descriptor deprecated

func (*GetTouchYResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTouchYResponse.ProtoReflect.Descriptor instead.

func (*GetTouchYResponse) GetResult

func (x *GetTouchYResponse) GetResult() float32

func (*GetTouchYResponse) ProtoMessage

func (*GetTouchYResponse) ProtoMessage()

func (*GetTouchYResponse) ProtoReflect

func (x *GetTouchYResponse) ProtoReflect() protoreflect.Message

func (*GetTouchYResponse) Reset

func (x *GetTouchYResponse) Reset()

func (*GetTouchYResponse) String

func (x *GetTouchYResponse) String() string

type HashCodeRequest

type HashCodeRequest struct {
	// contains filtered or unexported fields
}

func (*HashCodeRequest) Descriptor deprecated

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type InputTransferTokenEqualsRequest

type InputTransferTokenEqualsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*InputTransferTokenEqualsRequest) Descriptor deprecated

func (*InputTransferTokenEqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use InputTransferTokenEqualsRequest.ProtoReflect.Descriptor instead.

func (*InputTransferTokenEqualsRequest) GetArg0

func (*InputTransferTokenEqualsRequest) ProtoMessage

func (*InputTransferTokenEqualsRequest) ProtoMessage()

func (*InputTransferTokenEqualsRequest) ProtoReflect

func (*InputTransferTokenEqualsRequest) Reset

func (*InputTransferTokenEqualsRequest) String

type InputTransferTokenServiceClient

type InputTransferTokenServiceClient interface {
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	Equals(ctx context.Context, in *InputTransferTokenEqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}

InputTransferTokenServiceClient is the client API for InputTransferTokenService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type InputTransferTokenServiceServer

type InputTransferTokenServiceServer interface {
	DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
	Equals(context.Context, *InputTransferTokenEqualsRequest) (*EqualsResponse, error)
	HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
	WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
	// contains filtered or unexported methods
}

InputTransferTokenServiceServer is the server API for InputTransferTokenService service. All implementations must embed UnimplementedInputTransferTokenServiceServer for forward compatibility.

type MarkSyncReadyRequest

type MarkSyncReadyRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkSyncReadyRequest) Descriptor deprecated

func (*MarkSyncReadyRequest) Descriptor() ([]byte, []int)

Deprecated: Use MarkSyncReadyRequest.ProtoReflect.Descriptor instead.

func (*MarkSyncReadyRequest) GetHandle

func (x *MarkSyncReadyRequest) GetHandle() int64

func (*MarkSyncReadyRequest) ProtoMessage

func (*MarkSyncReadyRequest) ProtoMessage()

func (*MarkSyncReadyRequest) ProtoReflect

func (x *MarkSyncReadyRequest) ProtoReflect() protoreflect.Message

func (*MarkSyncReadyRequest) Reset

func (x *MarkSyncReadyRequest) Reset()

func (*MarkSyncReadyRequest) String

func (x *MarkSyncReadyRequest) String() string

type MarkSyncReadyResponse

type MarkSyncReadyResponse struct {
	// contains filtered or unexported fields
}

func (*MarkSyncReadyResponse) Descriptor deprecated

func (*MarkSyncReadyResponse) Descriptor() ([]byte, []int)

Deprecated: Use MarkSyncReadyResponse.ProtoReflect.Descriptor instead.

func (*MarkSyncReadyResponse) ProtoMessage

func (*MarkSyncReadyResponse) ProtoMessage()

func (*MarkSyncReadyResponse) ProtoReflect

func (x *MarkSyncReadyResponse) ProtoReflect() protoreflect.Message

func (*MarkSyncReadyResponse) Reset

func (x *MarkSyncReadyResponse) Reset()

func (*MarkSyncReadyResponse) String

func (x *MarkSyncReadyResponse) String() string

type MoveTaskToBackCallbackRequest

type MoveTaskToBackCallbackRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveTaskToBackCallbackRequest) Descriptor deprecated

func (*MoveTaskToBackCallbackRequest) Descriptor() ([]byte, []int)

Deprecated: Use MoveTaskToBackCallbackRequest.ProtoReflect.Descriptor instead.

func (*MoveTaskToBackCallbackRequest) GetArg0

func (x *MoveTaskToBackCallbackRequest) GetArg0() int64

func (*MoveTaskToBackCallbackRequest) ProtoMessage

func (*MoveTaskToBackCallbackRequest) ProtoMessage()

func (*MoveTaskToBackCallbackRequest) ProtoReflect

func (*MoveTaskToBackCallbackRequest) Reset

func (x *MoveTaskToBackCallbackRequest) Reset()

func (*MoveTaskToBackCallbackRequest) String

type MoveTaskToBackCallbackResponse

type MoveTaskToBackCallbackResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveTaskToBackCallbackResponse) Descriptor deprecated

func (*MoveTaskToBackCallbackResponse) Descriptor() ([]byte, []int)

Deprecated: Use MoveTaskToBackCallbackResponse.ProtoReflect.Descriptor instead.

func (*MoveTaskToBackCallbackResponse) GetResult

func (x *MoveTaskToBackCallbackResponse) GetResult() int64

func (*MoveTaskToBackCallbackResponse) ProtoMessage

func (*MoveTaskToBackCallbackResponse) ProtoMessage()

func (*MoveTaskToBackCallbackResponse) ProtoReflect

func (*MoveTaskToBackCallbackResponse) Reset

func (x *MoveTaskToBackCallbackResponse) Reset()

func (*MoveTaskToBackCallbackResponse) String

type NewBackEventRequest

type NewBackEventRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 float32 `protobuf:"fixed32,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 float32 `protobuf:"fixed32,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int32   `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*NewBackEventRequest) Descriptor deprecated

func (*NewBackEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewBackEventRequest.ProtoReflect.Descriptor instead.

func (*NewBackEventRequest) GetArg0

func (x *NewBackEventRequest) GetArg0() float32

func (*NewBackEventRequest) GetArg1

func (x *NewBackEventRequest) GetArg1() float32

func (*NewBackEventRequest) GetArg2

func (x *NewBackEventRequest) GetArg2() float32

func (*NewBackEventRequest) GetArg3

func (x *NewBackEventRequest) GetArg3() int32

func (*NewBackEventRequest) ProtoMessage

func (*NewBackEventRequest) ProtoMessage()

func (*NewBackEventRequest) ProtoReflect

func (x *NewBackEventRequest) ProtoReflect() protoreflect.Message

func (*NewBackEventRequest) Reset

func (x *NewBackEventRequest) Reset()

func (*NewBackEventRequest) String

func (x *NewBackEventRequest) String() string

type NewBackEventResponse

type NewBackEventResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewBackEventResponse) Descriptor deprecated

func (*NewBackEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewBackEventResponse.ProtoReflect.Descriptor instead.

func (*NewBackEventResponse) GetResult

func (x *NewBackEventResponse) GetResult() int64

func (*NewBackEventResponse) ProtoMessage

func (*NewBackEventResponse) ProtoMessage()

func (*NewBackEventResponse) ProtoReflect

func (x *NewBackEventResponse) ProtoReflect() protoreflect.Message

func (*NewBackEventResponse) Reset

func (x *NewBackEventResponse) Reset()

func (*NewBackEventResponse) String

func (x *NewBackEventResponse) String() string

type NewSurfaceSyncGroupRequest

type NewSurfaceSyncGroupRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*NewSurfaceSyncGroupRequest) Descriptor deprecated

func (*NewSurfaceSyncGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewSurfaceSyncGroupRequest.ProtoReflect.Descriptor instead.

func (*NewSurfaceSyncGroupRequest) GetArg0

func (x *NewSurfaceSyncGroupRequest) GetArg0() string

func (*NewSurfaceSyncGroupRequest) ProtoMessage

func (*NewSurfaceSyncGroupRequest) ProtoMessage()

func (*NewSurfaceSyncGroupRequest) ProtoReflect

func (*NewSurfaceSyncGroupRequest) Reset

func (x *NewSurfaceSyncGroupRequest) Reset()

func (*NewSurfaceSyncGroupRequest) String

func (x *NewSurfaceSyncGroupRequest) String() string

type NewSurfaceSyncGroupResponse

type NewSurfaceSyncGroupResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewSurfaceSyncGroupResponse) Descriptor deprecated

func (*NewSurfaceSyncGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewSurfaceSyncGroupResponse.ProtoReflect.Descriptor instead.

func (*NewSurfaceSyncGroupResponse) GetResult

func (x *NewSurfaceSyncGroupResponse) GetResult() int64

func (*NewSurfaceSyncGroupResponse) ProtoMessage

func (*NewSurfaceSyncGroupResponse) ProtoMessage()

func (*NewSurfaceSyncGroupResponse) ProtoReflect

func (*NewSurfaceSyncGroupResponse) Reset

func (x *NewSurfaceSyncGroupResponse) Reset()

func (*NewSurfaceSyncGroupResponse) String

func (x *NewSurfaceSyncGroupResponse) String() string

type NewTrustedPresentationThresholdsRequest

type NewTrustedPresentationThresholdsRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 float32 `protobuf:"fixed32,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32   `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*NewTrustedPresentationThresholdsRequest) Descriptor deprecated

func (*NewTrustedPresentationThresholdsRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewTrustedPresentationThresholdsRequest.ProtoReflect.Descriptor instead.

func (*NewTrustedPresentationThresholdsRequest) GetArg0

func (*NewTrustedPresentationThresholdsRequest) GetArg1

func (*NewTrustedPresentationThresholdsRequest) GetArg2

func (*NewTrustedPresentationThresholdsRequest) ProtoMessage

func (*NewTrustedPresentationThresholdsRequest) ProtoReflect

func (*NewTrustedPresentationThresholdsRequest) Reset

func (*NewTrustedPresentationThresholdsRequest) String

type NewTrustedPresentationThresholdsResponse

type NewTrustedPresentationThresholdsResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewTrustedPresentationThresholdsResponse) Descriptor deprecated

func (*NewTrustedPresentationThresholdsResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewTrustedPresentationThresholdsResponse.ProtoReflect.Descriptor instead.

func (*NewTrustedPresentationThresholdsResponse) GetResult

func (*NewTrustedPresentationThresholdsResponse) ProtoMessage

func (*NewTrustedPresentationThresholdsResponse) ProtoReflect

func (*NewTrustedPresentationThresholdsResponse) Reset

func (*NewTrustedPresentationThresholdsResponse) String

type OnBackInvokedCallbackServiceClient

type OnBackInvokedCallbackServiceClient interface {
	OnBackInvoked(ctx context.Context, in *OnBackInvokedRequest, opts ...grpc.CallOption) (*OnBackInvokedResponse, error)
}

OnBackInvokedCallbackServiceClient is the client API for OnBackInvokedCallbackService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OnBackInvokedCallbackServiceServer

type OnBackInvokedCallbackServiceServer interface {
	OnBackInvoked(context.Context, *OnBackInvokedRequest) (*OnBackInvokedResponse, error)
	// contains filtered or unexported methods
}

OnBackInvokedCallbackServiceServer is the server API for OnBackInvokedCallbackService service. All implementations must embed UnimplementedOnBackInvokedCallbackServiceServer for forward compatibility.

type OnBackInvokedDispatcherServiceClient

type OnBackInvokedDispatcherServiceClient interface {
	RegisterOnBackInvokedCallback(ctx context.Context, in *RegisterOnBackInvokedCallbackRequest, opts ...grpc.CallOption) (*RegisterOnBackInvokedCallbackResponse, error)
	UnregisterOnBackInvokedCallback(ctx context.Context, in *UnregisterOnBackInvokedCallbackRequest, opts ...grpc.CallOption) (*UnregisterOnBackInvokedCallbackResponse, error)
}

OnBackInvokedDispatcherServiceClient is the client API for OnBackInvokedDispatcherService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OnBackInvokedDispatcherServiceServer

type OnBackInvokedDispatcherServiceServer interface {
	RegisterOnBackInvokedCallback(context.Context, *RegisterOnBackInvokedCallbackRequest) (*RegisterOnBackInvokedCallbackResponse, error)
	UnregisterOnBackInvokedCallback(context.Context, *UnregisterOnBackInvokedCallbackRequest) (*UnregisterOnBackInvokedCallbackResponse, error)
	// contains filtered or unexported methods
}

OnBackInvokedDispatcherServiceServer is the server API for OnBackInvokedDispatcherService service. All implementations must embed UnimplementedOnBackInvokedDispatcherServiceServer for forward compatibility.

type OnBackInvokedRequest

type OnBackInvokedRequest struct {
	// contains filtered or unexported fields
}

func (*OnBackInvokedRequest) Descriptor deprecated

func (*OnBackInvokedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnBackInvokedRequest.ProtoReflect.Descriptor instead.

func (*OnBackInvokedRequest) ProtoMessage

func (*OnBackInvokedRequest) ProtoMessage()

func (*OnBackInvokedRequest) ProtoReflect

func (x *OnBackInvokedRequest) ProtoReflect() protoreflect.Message

func (*OnBackInvokedRequest) Reset

func (x *OnBackInvokedRequest) Reset()

func (*OnBackInvokedRequest) String

func (x *OnBackInvokedRequest) String() string

type OnBackInvokedResponse

type OnBackInvokedResponse struct {
	// contains filtered or unexported fields
}

func (*OnBackInvokedResponse) Descriptor deprecated

func (*OnBackInvokedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnBackInvokedResponse.ProtoReflect.Descriptor instead.

func (*OnBackInvokedResponse) ProtoMessage

func (*OnBackInvokedResponse) ProtoMessage()

func (*OnBackInvokedResponse) ProtoReflect

func (x *OnBackInvokedResponse) ProtoReflect() protoreflect.Message

func (*OnBackInvokedResponse) Reset

func (x *OnBackInvokedResponse) Reset()

func (*OnBackInvokedResponse) String

func (x *OnBackInvokedResponse) String() string

type OnSplashScreenExitRequest

type OnSplashScreenExitRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnSplashScreenExitRequest) Descriptor deprecated

func (*OnSplashScreenExitRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnSplashScreenExitRequest.ProtoReflect.Descriptor instead.

func (*OnSplashScreenExitRequest) GetArg0

func (x *OnSplashScreenExitRequest) GetArg0() int64

func (*OnSplashScreenExitRequest) ProtoMessage

func (*OnSplashScreenExitRequest) ProtoMessage()

func (*OnSplashScreenExitRequest) ProtoReflect

func (*OnSplashScreenExitRequest) Reset

func (x *OnSplashScreenExitRequest) Reset()

func (*OnSplashScreenExitRequest) String

func (x *OnSplashScreenExitRequest) String() string

type OnSplashScreenExitResponse

type OnSplashScreenExitResponse struct {
	// contains filtered or unexported fields
}

func (*OnSplashScreenExitResponse) Descriptor deprecated

func (*OnSplashScreenExitResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnSplashScreenExitResponse.ProtoReflect.Descriptor instead.

func (*OnSplashScreenExitResponse) ProtoMessage

func (*OnSplashScreenExitResponse) ProtoMessage()

func (*OnSplashScreenExitResponse) ProtoReflect

func (*OnSplashScreenExitResponse) Reset

func (x *OnSplashScreenExitResponse) Reset()

func (*OnSplashScreenExitResponse) String

func (x *OnSplashScreenExitResponse) String() string

type RegisterOnBackInvokedCallbackRequest

type RegisterOnBackInvokedCallbackRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterOnBackInvokedCallbackRequest) Descriptor deprecated

func (*RegisterOnBackInvokedCallbackRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterOnBackInvokedCallbackRequest.ProtoReflect.Descriptor instead.

func (*RegisterOnBackInvokedCallbackRequest) GetArg0

func (*RegisterOnBackInvokedCallbackRequest) GetArg1

func (*RegisterOnBackInvokedCallbackRequest) ProtoMessage

func (*RegisterOnBackInvokedCallbackRequest) ProtoMessage()

func (*RegisterOnBackInvokedCallbackRequest) ProtoReflect

func (*RegisterOnBackInvokedCallbackRequest) Reset

func (*RegisterOnBackInvokedCallbackRequest) String

type RegisterOnBackInvokedCallbackResponse

type RegisterOnBackInvokedCallbackResponse struct {
	// contains filtered or unexported fields
}

func (*RegisterOnBackInvokedCallbackResponse) Descriptor deprecated

func (*RegisterOnBackInvokedCallbackResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterOnBackInvokedCallbackResponse.ProtoReflect.Descriptor instead.

func (*RegisterOnBackInvokedCallbackResponse) ProtoMessage

func (*RegisterOnBackInvokedCallbackResponse) ProtoMessage()

func (*RegisterOnBackInvokedCallbackResponse) ProtoReflect

func (*RegisterOnBackInvokedCallbackResponse) Reset

func (*RegisterOnBackInvokedCallbackResponse) String

type RemoveRequest

type RemoveRequest struct {
	// contains filtered or unexported fields
}

func (*RemoveRequest) Descriptor deprecated

func (*RemoveRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveRequest.ProtoReflect.Descriptor instead.

func (*RemoveRequest) ProtoMessage

func (*RemoveRequest) ProtoMessage()

func (*RemoveRequest) ProtoReflect

func (x *RemoveRequest) ProtoReflect() protoreflect.Message

func (*RemoveRequest) Reset

func (x *RemoveRequest) Reset()

func (*RemoveRequest) String

func (x *RemoveRequest) String() string

type RemoveResponse

type RemoveResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveResponse) Descriptor deprecated

func (*RemoveResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveResponse.ProtoReflect.Descriptor instead.

func (*RemoveResponse) ProtoMessage

func (*RemoveResponse) ProtoMessage()

func (*RemoveResponse) ProtoReflect

func (x *RemoveResponse) ProtoReflect() protoreflect.Message

func (*RemoveResponse) Reset

func (x *RemoveResponse) Reset()

func (*RemoveResponse) String

func (x *RemoveResponse) String() string

type SetAlphaRequest

type SetAlphaRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAlphaRequest) Descriptor deprecated

func (*SetAlphaRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAlphaRequest.ProtoReflect.Descriptor instead.

func (*SetAlphaRequest) GetArg0

func (x *SetAlphaRequest) GetArg0() float32

func (*SetAlphaRequest) ProtoMessage

func (*SetAlphaRequest) ProtoMessage()

func (*SetAlphaRequest) ProtoReflect

func (x *SetAlphaRequest) ProtoReflect() protoreflect.Message

func (*SetAlphaRequest) Reset

func (x *SetAlphaRequest) Reset()

func (*SetAlphaRequest) String

func (x *SetAlphaRequest) String() string

type SetAlphaResponse

type SetAlphaResponse struct {
	// contains filtered or unexported fields
}

func (*SetAlphaResponse) Descriptor deprecated

func (*SetAlphaResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAlphaResponse.ProtoReflect.Descriptor instead.

func (*SetAlphaResponse) ProtoMessage

func (*SetAlphaResponse) ProtoMessage()

func (*SetAlphaResponse) ProtoReflect

func (x *SetAlphaResponse) ProtoReflect() protoreflect.Message

func (*SetAlphaResponse) Reset

func (x *SetAlphaResponse) Reset()

func (*SetAlphaResponse) String

func (x *SetAlphaResponse) String() string

type SetOnExitAnimationListenerRequest

type SetOnExitAnimationListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOnExitAnimationListenerRequest) Descriptor deprecated

func (*SetOnExitAnimationListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetOnExitAnimationListenerRequest.ProtoReflect.Descriptor instead.

func (*SetOnExitAnimationListenerRequest) GetArg0

func (*SetOnExitAnimationListenerRequest) ProtoMessage

func (*SetOnExitAnimationListenerRequest) ProtoMessage()

func (*SetOnExitAnimationListenerRequest) ProtoReflect

func (*SetOnExitAnimationListenerRequest) Reset

func (*SetOnExitAnimationListenerRequest) String

type SetOnExitAnimationListenerResponse

type SetOnExitAnimationListenerResponse struct {
	// contains filtered or unexported fields
}

func (*SetOnExitAnimationListenerResponse) Descriptor deprecated

func (*SetOnExitAnimationListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetOnExitAnimationListenerResponse.ProtoReflect.Descriptor instead.

func (*SetOnExitAnimationListenerResponse) ProtoMessage

func (*SetOnExitAnimationListenerResponse) ProtoMessage()

func (*SetOnExitAnimationListenerResponse) ProtoReflect

func (*SetOnExitAnimationListenerResponse) Reset

func (*SetOnExitAnimationListenerResponse) String

type SetSplashScreenThemeRequest

type SetSplashScreenThemeRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSplashScreenThemeRequest) Descriptor deprecated

func (*SetSplashScreenThemeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSplashScreenThemeRequest.ProtoReflect.Descriptor instead.

func (*SetSplashScreenThemeRequest) GetArg0

func (x *SetSplashScreenThemeRequest) GetArg0() int32

func (*SetSplashScreenThemeRequest) ProtoMessage

func (*SetSplashScreenThemeRequest) ProtoMessage()

func (*SetSplashScreenThemeRequest) ProtoReflect

func (*SetSplashScreenThemeRequest) Reset

func (x *SetSplashScreenThemeRequest) Reset()

func (*SetSplashScreenThemeRequest) String

func (x *SetSplashScreenThemeRequest) String() string

type SetSplashScreenThemeResponse

type SetSplashScreenThemeResponse struct {
	// contains filtered or unexported fields
}

func (*SetSplashScreenThemeResponse) Descriptor deprecated

func (*SetSplashScreenThemeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSplashScreenThemeResponse.ProtoReflect.Descriptor instead.

func (*SetSplashScreenThemeResponse) ProtoMessage

func (*SetSplashScreenThemeResponse) ProtoMessage()

func (*SetSplashScreenThemeResponse) ProtoReflect

func (*SetSplashScreenThemeResponse) Reset

func (x *SetSplashScreenThemeResponse) Reset()

func (*SetSplashScreenThemeResponse) String

type SplashScreenOnExitAnimationListenerServiceClient

type SplashScreenOnExitAnimationListenerServiceClient interface {
	OnSplashScreenExit(ctx context.Context, in *OnSplashScreenExitRequest, opts ...grpc.CallOption) (*OnSplashScreenExitResponse, error)
}

SplashScreenOnExitAnimationListenerServiceClient is the client API for SplashScreenOnExitAnimationListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SplashScreenOnExitAnimationListenerServiceServer

type SplashScreenOnExitAnimationListenerServiceServer interface {
	OnSplashScreenExit(context.Context, *OnSplashScreenExitRequest) (*OnSplashScreenExitResponse, error)
	// contains filtered or unexported methods
}

SplashScreenOnExitAnimationListenerServiceServer is the server API for SplashScreenOnExitAnimationListenerService service. All implementations must embed UnimplementedSplashScreenOnExitAnimationListenerServiceServer for forward compatibility.

type SplashScreenServiceClient

type SplashScreenServiceClient interface {
	ClearOnExitAnimationListener(ctx context.Context, in *ClearOnExitAnimationListenerRequest, opts ...grpc.CallOption) (*ClearOnExitAnimationListenerResponse, error)
	SetOnExitAnimationListener(ctx context.Context, in *SetOnExitAnimationListenerRequest, opts ...grpc.CallOption) (*SetOnExitAnimationListenerResponse, error)
	SetSplashScreenTheme(ctx context.Context, in *SetSplashScreenThemeRequest, opts ...grpc.CallOption) (*SetSplashScreenThemeResponse, error)
}

SplashScreenServiceClient is the client API for SplashScreenService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SplashScreenServiceServer

type SplashScreenServiceServer interface {
	ClearOnExitAnimationListener(context.Context, *ClearOnExitAnimationListenerRequest) (*ClearOnExitAnimationListenerResponse, error)
	SetOnExitAnimationListener(context.Context, *SetOnExitAnimationListenerRequest) (*SetOnExitAnimationListenerResponse, error)
	SetSplashScreenTheme(context.Context, *SetSplashScreenThemeRequest) (*SetSplashScreenThemeResponse, error)
	// contains filtered or unexported methods
}

SplashScreenServiceServer is the server API for SplashScreenService service. All implementations must embed UnimplementedSplashScreenServiceServer for forward compatibility.

type SplashScreenViewServiceClient

type SplashScreenViewServiceClient interface {
	GetIconAnimationDuration(ctx context.Context, in *GetIconAnimationDurationRequest, opts ...grpc.CallOption) (*GetIconAnimationDurationResponse, error)
	GetIconAnimationStart(ctx context.Context, in *GetIconAnimationStartRequest, opts ...grpc.CallOption) (*GetIconAnimationStartResponse, error)
	GetIconView(ctx context.Context, in *GetIconViewRequest, opts ...grpc.CallOption) (*GetIconViewResponse, error)
	Remove(ctx context.Context, in *RemoveRequest, opts ...grpc.CallOption) (*RemoveResponse, error)
	SetAlpha(ctx context.Context, in *SetAlphaRequest, opts ...grpc.CallOption) (*SetAlphaResponse, error)
}

SplashScreenViewServiceClient is the client API for SplashScreenViewService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SplashScreenViewServiceServer

type SplashScreenViewServiceServer interface {
	GetIconAnimationDuration(context.Context, *GetIconAnimationDurationRequest) (*GetIconAnimationDurationResponse, error)
	GetIconAnimationStart(context.Context, *GetIconAnimationStartRequest) (*GetIconAnimationStartResponse, error)
	GetIconView(context.Context, *GetIconViewRequest) (*GetIconViewResponse, error)
	Remove(context.Context, *RemoveRequest) (*RemoveResponse, error)
	SetAlpha(context.Context, *SetAlphaRequest) (*SetAlphaResponse, error)
	// contains filtered or unexported methods
}

SplashScreenViewServiceServer is the server API for SplashScreenViewService service. All implementations must embed UnimplementedSplashScreenViewServiceServer for forward compatibility.

type SurfaceSyncGroupServiceClient

type SurfaceSyncGroupServiceClient interface {
	NewSurfaceSyncGroup(ctx context.Context, in *NewSurfaceSyncGroupRequest, opts ...grpc.CallOption) (*NewSurfaceSyncGroupResponse, error)
	Add2(ctx context.Context, in *Add2Request, opts ...grpc.CallOption) (*Add2Response, error)
	Add2_1(ctx context.Context, in *Add2_1Request, opts ...grpc.CallOption) (*Add2_1Response, error)
	AddTransaction(ctx context.Context, in *AddTransactionRequest, opts ...grpc.CallOption) (*AddTransactionResponse, error)
	MarkSyncReady(ctx context.Context, in *MarkSyncReadyRequest, opts ...grpc.CallOption) (*MarkSyncReadyResponse, error)
}

SurfaceSyncGroupServiceClient is the client API for SurfaceSyncGroupService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SurfaceSyncGroupServiceServer

type SurfaceSyncGroupServiceServer interface {
	NewSurfaceSyncGroup(context.Context, *NewSurfaceSyncGroupRequest) (*NewSurfaceSyncGroupResponse, error)
	Add2(context.Context, *Add2Request) (*Add2Response, error)
	Add2_1(context.Context, *Add2_1Request) (*Add2_1Response, error)
	AddTransaction(context.Context, *AddTransactionRequest) (*AddTransactionResponse, error)
	MarkSyncReady(context.Context, *MarkSyncReadyRequest) (*MarkSyncReadyResponse, error)
	// contains filtered or unexported methods
}

SurfaceSyncGroupServiceServer is the server API for SurfaceSyncGroupService service. All implementations must embed UnimplementedSurfaceSyncGroupServiceServer for forward compatibility.

type SystemOnBackInvokedCallbacksServiceClient

type SystemOnBackInvokedCallbacksServiceClient interface {
	FinishAndRemoveTaskCallback(ctx context.Context, in *FinishAndRemoveTaskCallbackRequest, opts ...grpc.CallOption) (*FinishAndRemoveTaskCallbackResponse, error)
	MoveTaskToBackCallback(ctx context.Context, in *MoveTaskToBackCallbackRequest, opts ...grpc.CallOption) (*MoveTaskToBackCallbackResponse, error)
}

SystemOnBackInvokedCallbacksServiceClient is the client API for SystemOnBackInvokedCallbacksService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SystemOnBackInvokedCallbacksServiceServer

type SystemOnBackInvokedCallbacksServiceServer interface {
	FinishAndRemoveTaskCallback(context.Context, *FinishAndRemoveTaskCallbackRequest) (*FinishAndRemoveTaskCallbackResponse, error)
	MoveTaskToBackCallback(context.Context, *MoveTaskToBackCallbackRequest) (*MoveTaskToBackCallbackResponse, error)
	// contains filtered or unexported methods
}

SystemOnBackInvokedCallbacksServiceServer is the server API for SystemOnBackInvokedCallbacksService service. All implementations must embed UnimplementedSystemOnBackInvokedCallbacksServiceServer for forward compatibility.

type ToStringRequest

type ToStringRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) GetHandle

func (x *ToStringRequest) GetHandle() int64

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type TrustedPresentationThresholdsDescribeContentsRequest

type TrustedPresentationThresholdsDescribeContentsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*TrustedPresentationThresholdsDescribeContentsRequest) Descriptor deprecated

Deprecated: Use TrustedPresentationThresholdsDescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*TrustedPresentationThresholdsDescribeContentsRequest) GetHandle

func (*TrustedPresentationThresholdsDescribeContentsRequest) ProtoMessage

func (*TrustedPresentationThresholdsDescribeContentsRequest) ProtoReflect

func (*TrustedPresentationThresholdsDescribeContentsRequest) Reset

func (*TrustedPresentationThresholdsDescribeContentsRequest) String

type TrustedPresentationThresholdsHashCodeRequest

type TrustedPresentationThresholdsHashCodeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*TrustedPresentationThresholdsHashCodeRequest) Descriptor deprecated

Deprecated: Use TrustedPresentationThresholdsHashCodeRequest.ProtoReflect.Descriptor instead.

func (*TrustedPresentationThresholdsHashCodeRequest) GetHandle

func (*TrustedPresentationThresholdsHashCodeRequest) ProtoMessage

func (*TrustedPresentationThresholdsHashCodeRequest) ProtoReflect

func (*TrustedPresentationThresholdsHashCodeRequest) Reset

func (*TrustedPresentationThresholdsHashCodeRequest) String

type TrustedPresentationThresholdsServiceClient

TrustedPresentationThresholdsServiceClient is the client API for TrustedPresentationThresholdsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TrustedPresentationThresholdsServiceServer

TrustedPresentationThresholdsServiceServer is the server API for TrustedPresentationThresholdsService service. All implementations must embed UnimplementedTrustedPresentationThresholdsServiceServer for forward compatibility.

type TrustedPresentationThresholdsWriteToParcelRequest

type TrustedPresentationThresholdsWriteToParcelRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*TrustedPresentationThresholdsWriteToParcelRequest) Descriptor deprecated

Deprecated: Use TrustedPresentationThresholdsWriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*TrustedPresentationThresholdsWriteToParcelRequest) GetArg0

func (*TrustedPresentationThresholdsWriteToParcelRequest) GetArg1

func (*TrustedPresentationThresholdsWriteToParcelRequest) GetHandle

func (*TrustedPresentationThresholdsWriteToParcelRequest) ProtoMessage

func (*TrustedPresentationThresholdsWriteToParcelRequest) ProtoReflect

func (*TrustedPresentationThresholdsWriteToParcelRequest) Reset

func (*TrustedPresentationThresholdsWriteToParcelRequest) String

type UnimplementedBackEventServiceServer

type UnimplementedBackEventServiceServer struct{}

UnimplementedBackEventServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBackEventServiceServer) Equals

func (UnimplementedBackEventServiceServer) GetFrameTimeMillis

func (UnimplementedBackEventServiceServer) GetProgress

func (UnimplementedBackEventServiceServer) GetSwipeEdge

func (UnimplementedBackEventServiceServer) GetTouchX

func (UnimplementedBackEventServiceServer) GetTouchY

func (UnimplementedBackEventServiceServer) NewBackEvent

func (UnimplementedBackEventServiceServer) ToString

type UnimplementedInputTransferTokenServiceServer

type UnimplementedInputTransferTokenServiceServer struct{}

UnimplementedInputTransferTokenServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedInputTransferTokenServiceServer) DescribeContents

func (UnimplementedInputTransferTokenServiceServer) Equals

func (UnimplementedInputTransferTokenServiceServer) HashCode

func (UnimplementedInputTransferTokenServiceServer) WriteToParcel

type UnimplementedOnBackInvokedCallbackServiceServer

type UnimplementedOnBackInvokedCallbackServiceServer struct{}

UnimplementedOnBackInvokedCallbackServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedOnBackInvokedCallbackServiceServer) OnBackInvoked

type UnimplementedOnBackInvokedDispatcherServiceServer

type UnimplementedOnBackInvokedDispatcherServiceServer struct{}

UnimplementedOnBackInvokedDispatcherServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedSplashScreenOnExitAnimationListenerServiceServer

type UnimplementedSplashScreenOnExitAnimationListenerServiceServer struct{}

UnimplementedSplashScreenOnExitAnimationListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSplashScreenOnExitAnimationListenerServiceServer) OnSplashScreenExit

type UnimplementedSplashScreenServiceServer

type UnimplementedSplashScreenServiceServer struct{}

UnimplementedSplashScreenServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSplashScreenServiceServer) SetSplashScreenTheme

type UnimplementedSplashScreenViewServiceServer

type UnimplementedSplashScreenViewServiceServer struct{}

UnimplementedSplashScreenViewServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSplashScreenViewServiceServer) GetIconAnimationStart

func (UnimplementedSplashScreenViewServiceServer) GetIconView

func (UnimplementedSplashScreenViewServiceServer) Remove

func (UnimplementedSplashScreenViewServiceServer) SetAlpha

type UnimplementedSurfaceSyncGroupServiceServer

type UnimplementedSurfaceSyncGroupServiceServer struct{}

UnimplementedSurfaceSyncGroupServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSurfaceSyncGroupServiceServer) Add2

func (UnimplementedSurfaceSyncGroupServiceServer) Add2_1

func (UnimplementedSurfaceSyncGroupServiceServer) AddTransaction

func (UnimplementedSurfaceSyncGroupServiceServer) MarkSyncReady

func (UnimplementedSurfaceSyncGroupServiceServer) NewSurfaceSyncGroup

type UnimplementedSystemOnBackInvokedCallbacksServiceServer

type UnimplementedSystemOnBackInvokedCallbacksServiceServer struct{}

UnimplementedSystemOnBackInvokedCallbacksServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSystemOnBackInvokedCallbacksServiceServer) MoveTaskToBackCallback

type UnimplementedTrustedPresentationThresholdsServiceServer

type UnimplementedTrustedPresentationThresholdsServiceServer struct{}

UnimplementedTrustedPresentationThresholdsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTrustedPresentationThresholdsServiceServer) Equals

func (UnimplementedTrustedPresentationThresholdsServiceServer) GetMinAlpha

func (UnimplementedTrustedPresentationThresholdsServiceServer) GetMinFractionRendered

func (UnimplementedTrustedPresentationThresholdsServiceServer) ToString

type UnregisterOnBackInvokedCallbackRequest

type UnregisterOnBackInvokedCallbackRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterOnBackInvokedCallbackRequest) Descriptor deprecated

func (*UnregisterOnBackInvokedCallbackRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnregisterOnBackInvokedCallbackRequest.ProtoReflect.Descriptor instead.

func (*UnregisterOnBackInvokedCallbackRequest) GetArg0

func (*UnregisterOnBackInvokedCallbackRequest) ProtoMessage

func (*UnregisterOnBackInvokedCallbackRequest) ProtoReflect

func (*UnregisterOnBackInvokedCallbackRequest) Reset

func (*UnregisterOnBackInvokedCallbackRequest) String

type UnregisterOnBackInvokedCallbackResponse

type UnregisterOnBackInvokedCallbackResponse struct {
	// contains filtered or unexported fields
}

func (*UnregisterOnBackInvokedCallbackResponse) Descriptor deprecated

func (*UnregisterOnBackInvokedCallbackResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnregisterOnBackInvokedCallbackResponse.ProtoReflect.Descriptor instead.

func (*UnregisterOnBackInvokedCallbackResponse) ProtoMessage

func (*UnregisterOnBackInvokedCallbackResponse) ProtoReflect

func (*UnregisterOnBackInvokedCallbackResponse) Reset

func (*UnregisterOnBackInvokedCallbackResponse) String

type UnsafeBackEventServiceServer

type UnsafeBackEventServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBackEventServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BackEventServiceServer will result in compilation errors.

type UnsafeInputTransferTokenServiceServer

type UnsafeInputTransferTokenServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeInputTransferTokenServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InputTransferTokenServiceServer will result in compilation errors.

type UnsafeOnBackInvokedCallbackServiceServer

type UnsafeOnBackInvokedCallbackServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOnBackInvokedCallbackServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OnBackInvokedCallbackServiceServer will result in compilation errors.

type UnsafeOnBackInvokedDispatcherServiceServer

type UnsafeOnBackInvokedDispatcherServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOnBackInvokedDispatcherServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OnBackInvokedDispatcherServiceServer will result in compilation errors.

type UnsafeSplashScreenOnExitAnimationListenerServiceServer

type UnsafeSplashScreenOnExitAnimationListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSplashScreenOnExitAnimationListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SplashScreenOnExitAnimationListenerServiceServer will result in compilation errors.

type UnsafeSplashScreenServiceServer

type UnsafeSplashScreenServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSplashScreenServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SplashScreenServiceServer will result in compilation errors.

type UnsafeSplashScreenViewServiceServer

type UnsafeSplashScreenViewServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSplashScreenViewServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SplashScreenViewServiceServer will result in compilation errors.

type UnsafeSurfaceSyncGroupServiceServer

type UnsafeSurfaceSyncGroupServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSurfaceSyncGroupServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SurfaceSyncGroupServiceServer will result in compilation errors.

type UnsafeSystemOnBackInvokedCallbacksServiceServer

type UnsafeSystemOnBackInvokedCallbacksServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSystemOnBackInvokedCallbacksServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SystemOnBackInvokedCallbacksServiceServer will result in compilation errors.

type UnsafeTrustedPresentationThresholdsServiceServer

type UnsafeTrustedPresentationThresholdsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTrustedPresentationThresholdsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TrustedPresentationThresholdsServiceServer will result in compilation errors.

type WriteToParcelRequest

type WriteToParcelRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteToParcelRequest) Descriptor deprecated

func (*WriteToParcelRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) ProtoMessage

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect

func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message

func (*WriteToParcelRequest) Reset

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse

type WriteToParcelResponse struct {
	// contains filtered or unexported fields
}

func (*WriteToParcelResponse) Descriptor deprecated

func (*WriteToParcelResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect

func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message

func (*WriteToParcelResponse) Reset

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL