voice

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InteractionServiceClient

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

InteractionServiceClient wraps the gRPC InteractionServiceService client.

func NewInteractionServiceClient

func NewInteractionServiceClient(cc grpc.ClientConnInterface) *InteractionServiceClient

NewInteractionServiceClient creates a new InteractionService client.

func (*InteractionServiceClient) GetDisabledShowContext

func (c *InteractionServiceClient) GetDisabledShowContext(ctx context.Context, handle int64) (int32, error)

GetDisabledShowContext calls the GetDisabledShowContext RPC.

func (*InteractionServiceClient) IsActiveService

func (c *InteractionServiceClient) IsActiveService(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

IsActiveService calls the IsActiveService RPC.

func (*InteractionServiceClient) OnBind

func (c *InteractionServiceClient) OnBind(ctx context.Context, handle int64, arg0 int64) (int64, error)

OnBind calls the OnBind RPC.

func (*InteractionServiceClient) OnLaunchVoiceAssistFromKeyguard

func (c *InteractionServiceClient) OnLaunchVoiceAssistFromKeyguard(ctx context.Context, handle int64) error

OnLaunchVoiceAssistFromKeyguard calls the OnLaunchVoiceAssistFromKeyguard RPC.

func (*InteractionServiceClient) OnPrepareToShowSession

func (c *InteractionServiceClient) OnPrepareToShowSession(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnPrepareToShowSession calls the OnPrepareToShowSession RPC.

func (*InteractionServiceClient) OnReady

func (c *InteractionServiceClient) OnReady(ctx context.Context, handle int64) error

OnReady calls the OnReady RPC.

func (*InteractionServiceClient) OnShowSessionFailed

func (c *InteractionServiceClient) OnShowSessionFailed(ctx context.Context, handle int64, arg0 int64) error

OnShowSessionFailed calls the OnShowSessionFailed RPC.

func (*InteractionServiceClient) OnShutdown

func (c *InteractionServiceClient) OnShutdown(ctx context.Context, handle int64) error

OnShutdown calls the OnShutdown RPC.

func (*InteractionServiceClient) SetDisabledShowContext

func (c *InteractionServiceClient) SetDisabledShowContext(ctx context.Context, handle int64, arg0 int32) error

SetDisabledShowContext calls the SetDisabledShowContext RPC.

func (*InteractionServiceClient) SetUiHints

func (c *InteractionServiceClient) SetUiHints(ctx context.Context, handle int64, arg0 int64) error

SetUiHints calls the SetUiHints RPC.

func (*InteractionServiceClient) ShowSession

func (c *InteractionServiceClient) ShowSession(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

ShowSession calls the ShowSession RPC.

type InteractionSessionAbortVoiceRequestClient

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

InteractionSessionAbortVoiceRequestClient wraps the gRPC InteractionSessionAbortVoiceRequestService client.

func NewInteractionSessionAbortVoiceRequestClient

func NewInteractionSessionAbortVoiceRequestClient(cc grpc.ClientConnInterface) *InteractionSessionAbortVoiceRequestClient

NewInteractionSessionAbortVoiceRequestClient creates a new InteractionSessionAbortVoiceRequest client.

func (*InteractionSessionAbortVoiceRequestClient) GetMessage

GetMessage calls the GetMessage RPC.

func (*InteractionSessionAbortVoiceRequestClient) GetVoicePrompt

GetVoicePrompt calls the GetVoicePrompt RPC.

func (*InteractionSessionAbortVoiceRequestClient) SendAbortResult

SendAbortResult calls the SendAbortResult RPC.

type InteractionSessionActivityIdClient

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

InteractionSessionActivityIdClient wraps the gRPC InteractionSessionActivityIdService client.

func NewInteractionSessionActivityIdClient

func NewInteractionSessionActivityIdClient(cc grpc.ClientConnInterface) *InteractionSessionActivityIdClient

NewInteractionSessionActivityIdClient creates a new InteractionSessionActivityId client.

func (*InteractionSessionActivityIdClient) Equals

Equals calls the Equals RPC.

func (*InteractionSessionActivityIdClient) HashCode

HashCode calls the HashCode RPC.

type InteractionSessionAssistStateClient

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

InteractionSessionAssistStateClient wraps the gRPC InteractionSessionAssistStateService client.

func NewInteractionSessionAssistStateClient

func NewInteractionSessionAssistStateClient(cc grpc.ClientConnInterface) *InteractionSessionAssistStateClient

NewInteractionSessionAssistStateClient creates a new InteractionSessionAssistState client.

func (*InteractionSessionAssistStateClient) GetActivityId

GetActivityId calls the GetActivityId RPC.

func (*InteractionSessionAssistStateClient) GetAssistContent

func (c *InteractionSessionAssistStateClient) GetAssistContent(ctx context.Context) (int64, error)

GetAssistContent calls the GetAssistContent RPC.

func (*InteractionSessionAssistStateClient) GetAssistData

GetAssistData calls the GetAssistData RPC.

func (*InteractionSessionAssistStateClient) GetAssistStructure

func (c *InteractionSessionAssistStateClient) GetAssistStructure(ctx context.Context) (int64, error)

GetAssistStructure calls the GetAssistStructure RPC.

func (*InteractionSessionAssistStateClient) GetCount

GetCount calls the GetCount RPC.

func (*InteractionSessionAssistStateClient) GetIndex

GetIndex calls the GetIndex RPC.

func (*InteractionSessionAssistStateClient) IsFocused

IsFocused calls the IsFocused RPC.

type InteractionSessionClient

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

InteractionSessionClient wraps the gRPC InteractionSessionService client.

func NewInteractionSessionClient

func NewInteractionSessionClient(cc grpc.ClientConnInterface) *InteractionSessionClient

NewInteractionSessionClient creates a new InteractionSession client.

func (*InteractionSessionClient) CloseSystemDialogs

func (c *InteractionSessionClient) CloseSystemDialogs(ctx context.Context, handle int64) error

CloseSystemDialogs calls the CloseSystemDialogs RPC.

func (*InteractionSessionClient) Dump

func (c *InteractionSessionClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, arg3 int64) error

Dump calls the Dump RPC.

func (*InteractionSessionClient) Finish

func (c *InteractionSessionClient) Finish(ctx context.Context, handle int64) error

Finish calls the Finish RPC.

func (*InteractionSessionClient) GetContext

func (c *InteractionSessionClient) GetContext(ctx context.Context, handle int64) (int64, error)

GetContext calls the GetContext RPC.

func (*InteractionSessionClient) GetDisabledShowContext

func (c *InteractionSessionClient) GetDisabledShowContext(ctx context.Context, handle int64) (int32, error)

GetDisabledShowContext calls the GetDisabledShowContext RPC.

func (*InteractionSessionClient) GetLayoutInflater

func (c *InteractionSessionClient) GetLayoutInflater(ctx context.Context, handle int64) (int64, error)

GetLayoutInflater calls the GetLayoutInflater RPC.

func (*InteractionSessionClient) GetUserDisabledShowContext

func (c *InteractionSessionClient) GetUserDisabledShowContext(ctx context.Context, handle int64) (int32, error)

GetUserDisabledShowContext calls the GetUserDisabledShowContext RPC.

func (*InteractionSessionClient) GetWindow

func (c *InteractionSessionClient) GetWindow(ctx context.Context, handle int64) (int64, error)

GetWindow calls the GetWindow RPC.

func (*InteractionSessionClient) Hide

func (c *InteractionSessionClient) Hide(ctx context.Context, handle int64) error

Hide calls the Hide RPC.

func (*InteractionSessionClient) OnAssistStructureFailure

func (c *InteractionSessionClient) OnAssistStructureFailure(ctx context.Context, handle int64, arg0 int64) error

OnAssistStructureFailure calls the OnAssistStructureFailure RPC.

func (*InteractionSessionClient) OnBackPressed

func (c *InteractionSessionClient) OnBackPressed(ctx context.Context, handle int64) error

OnBackPressed calls the OnBackPressed RPC.

func (*InteractionSessionClient) OnCancelRequest

func (c *InteractionSessionClient) OnCancelRequest(ctx context.Context, handle int64, arg0 int64) error

OnCancelRequest calls the OnCancelRequest RPC.

func (*InteractionSessionClient) OnCloseSystemDialogs

func (c *InteractionSessionClient) OnCloseSystemDialogs(ctx context.Context, handle int64) error

OnCloseSystemDialogs calls the OnCloseSystemDialogs RPC.

func (*InteractionSessionClient) OnComputeInsets

func (c *InteractionSessionClient) OnComputeInsets(ctx context.Context, handle int64, arg0 int64) error

OnComputeInsets calls the OnComputeInsets RPC.

func (*InteractionSessionClient) OnConfigurationChanged

func (c *InteractionSessionClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error

OnConfigurationChanged calls the OnConfigurationChanged RPC.

func (*InteractionSessionClient) OnCreate

func (c *InteractionSessionClient) OnCreate(ctx context.Context, handle int64) error

OnCreate calls the OnCreate RPC.

func (*InteractionSessionClient) OnCreateContentView

func (c *InteractionSessionClient) OnCreateContentView(ctx context.Context, handle int64) (int64, error)

OnCreateContentView calls the OnCreateContentView RPC.

func (*InteractionSessionClient) OnDestroy

func (c *InteractionSessionClient) OnDestroy(ctx context.Context, handle int64) error

OnDestroy calls the OnDestroy RPC.

func (*InteractionSessionClient) OnDirectActionsInvalidated

func (c *InteractionSessionClient) OnDirectActionsInvalidated(ctx context.Context, handle int64, arg0 int64) error

OnDirectActionsInvalidated calls the OnDirectActionsInvalidated RPC.

func (*InteractionSessionClient) OnGetSupportedCommands

func (c *InteractionSessionClient) OnGetSupportedCommands(ctx context.Context, handle int64, arg0 int64) (int64, error)

OnGetSupportedCommands calls the OnGetSupportedCommands RPC.

func (*InteractionSessionClient) OnHandleAssist1_1

func (c *InteractionSessionClient) OnHandleAssist1_1(ctx context.Context, handle int64, arg0 int64) error

OnHandleAssist1_1 calls the OnHandleAssist1_1 RPC.

func (*InteractionSessionClient) OnHandleAssist3

func (c *InteractionSessionClient) OnHandleAssist3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

OnHandleAssist3 calls the OnHandleAssist3 RPC.

func (*InteractionSessionClient) OnHandleAssistSecondary

func (c *InteractionSessionClient) OnHandleAssistSecondary(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int32, arg4 int32) error

OnHandleAssistSecondary calls the OnHandleAssistSecondary RPC.

func (*InteractionSessionClient) OnHandleScreenshot

func (c *InteractionSessionClient) OnHandleScreenshot(ctx context.Context, handle int64, arg0 int64) error

OnHandleScreenshot calls the OnHandleScreenshot RPC.

func (*InteractionSessionClient) OnHide

func (c *InteractionSessionClient) OnHide(ctx context.Context, handle int64) error

OnHide calls the OnHide RPC.

func (*InteractionSessionClient) OnKeyDown

func (c *InteractionSessionClient) OnKeyDown(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*InteractionSessionClient) OnKeyLongPress

func (c *InteractionSessionClient) OnKeyLongPress(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyLongPress calls the OnKeyLongPress RPC.

func (*InteractionSessionClient) OnKeyMultiple

func (c *InteractionSessionClient) OnKeyMultiple(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error)

OnKeyMultiple calls the OnKeyMultiple RPC.

func (*InteractionSessionClient) OnKeyUp

func (c *InteractionSessionClient) OnKeyUp(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

func (*InteractionSessionClient) OnLockscreenShown

func (c *InteractionSessionClient) OnLockscreenShown(ctx context.Context, handle int64) error

OnLockscreenShown calls the OnLockscreenShown RPC.

func (*InteractionSessionClient) OnLowMemory

func (c *InteractionSessionClient) OnLowMemory(ctx context.Context, handle int64) error

OnLowMemory calls the OnLowMemory RPC.

func (*InteractionSessionClient) OnPrepareShow

func (c *InteractionSessionClient) OnPrepareShow(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnPrepareShow calls the OnPrepareShow RPC.

func (*InteractionSessionClient) OnRequestAbortVoice

func (c *InteractionSessionClient) OnRequestAbortVoice(ctx context.Context, handle int64, arg0 int64) error

OnRequestAbortVoice calls the OnRequestAbortVoice RPC.

func (*InteractionSessionClient) OnRequestCommand

func (c *InteractionSessionClient) OnRequestCommand(ctx context.Context, handle int64, arg0 int64) error

OnRequestCommand calls the OnRequestCommand RPC.

func (*InteractionSessionClient) OnRequestCompleteVoice

func (c *InteractionSessionClient) OnRequestCompleteVoice(ctx context.Context, handle int64, arg0 int64) error

OnRequestCompleteVoice calls the OnRequestCompleteVoice RPC.

func (*InteractionSessionClient) OnRequestConfirmation

func (c *InteractionSessionClient) OnRequestConfirmation(ctx context.Context, handle int64, arg0 int64) error

OnRequestConfirmation calls the OnRequestConfirmation RPC.

func (*InteractionSessionClient) OnRequestPickOption

func (c *InteractionSessionClient) OnRequestPickOption(ctx context.Context, handle int64, arg0 int64) error

OnRequestPickOption calls the OnRequestPickOption RPC.

func (*InteractionSessionClient) OnShow

func (c *InteractionSessionClient) OnShow(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnShow calls the OnShow RPC.

func (*InteractionSessionClient) OnTaskFinished

func (c *InteractionSessionClient) OnTaskFinished(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnTaskFinished calls the OnTaskFinished RPC.

func (*InteractionSessionClient) OnTaskStarted

func (c *InteractionSessionClient) OnTaskStarted(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnTaskStarted calls the OnTaskStarted RPC.

func (*InteractionSessionClient) OnTrimMemory

func (c *InteractionSessionClient) OnTrimMemory(ctx context.Context, handle int64, arg0 int32) error

OnTrimMemory calls the OnTrimMemory RPC.

func (*InteractionSessionClient) RegisterVisibleActivityCallback

func (c *InteractionSessionClient) RegisterVisibleActivityCallback(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

RegisterVisibleActivityCallback calls the RegisterVisibleActivityCallback RPC.

func (*InteractionSessionClient) SetContentView

func (c *InteractionSessionClient) SetContentView(ctx context.Context, handle int64, arg0 int64) error

SetContentView calls the SetContentView RPC.

func (*InteractionSessionClient) SetDisabledShowContext

func (c *InteractionSessionClient) SetDisabledShowContext(ctx context.Context, handle int64, arg0 int32) error

SetDisabledShowContext calls the SetDisabledShowContext RPC.

func (*InteractionSessionClient) SetKeepAwake

func (c *InteractionSessionClient) SetKeepAwake(ctx context.Context, handle int64, arg0 bool) error

SetKeepAwake calls the SetKeepAwake RPC.

func (*InteractionSessionClient) SetTheme

func (c *InteractionSessionClient) SetTheme(ctx context.Context, handle int64, arg0 int32) error

SetTheme calls the SetTheme RPC.

func (*InteractionSessionClient) SetUiEnabled

func (c *InteractionSessionClient) SetUiEnabled(ctx context.Context, handle int64, arg0 bool) error

SetUiEnabled calls the SetUiEnabled RPC.

func (*InteractionSessionClient) Show

func (c *InteractionSessionClient) Show(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

Show calls the Show RPC.

func (*InteractionSessionClient) StartAssistantActivity1

func (c *InteractionSessionClient) StartAssistantActivity1(ctx context.Context, handle int64, arg0 int64) error

StartAssistantActivity1 calls the StartAssistantActivity1 RPC.

func (*InteractionSessionClient) StartAssistantActivity2_1

func (c *InteractionSessionClient) StartAssistantActivity2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

StartAssistantActivity2_1 calls the StartAssistantActivity2_1 RPC.

func (*InteractionSessionClient) StartVoiceActivity

func (c *InteractionSessionClient) StartVoiceActivity(ctx context.Context, handle int64, arg0 int64) error

StartVoiceActivity calls the StartVoiceActivity RPC.

func (*InteractionSessionClient) UnregisterVisibleActivityCallback

func (c *InteractionSessionClient) UnregisterVisibleActivityCallback(ctx context.Context, handle int64, arg0 int64) error

UnregisterVisibleActivityCallback calls the UnregisterVisibleActivityCallback RPC.

type InteractionSessionCommandRequestClient

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

InteractionSessionCommandRequestClient wraps the gRPC InteractionSessionCommandRequestService client.

func NewInteractionSessionCommandRequestClient

func NewInteractionSessionCommandRequestClient(cc grpc.ClientConnInterface) *InteractionSessionCommandRequestClient

NewInteractionSessionCommandRequestClient creates a new InteractionSessionCommandRequest client.

func (*InteractionSessionCommandRequestClient) GetCommand

GetCommand calls the GetCommand RPC.

func (*InteractionSessionCommandRequestClient) SendIntermediateResult

func (c *InteractionSessionCommandRequestClient) SendIntermediateResult(ctx context.Context, arg0 int64) error

SendIntermediateResult calls the SendIntermediateResult RPC.

func (*InteractionSessionCommandRequestClient) SendResult

SendResult calls the SendResult RPC.

type InteractionSessionCompleteVoiceRequestClient

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

InteractionSessionCompleteVoiceRequestClient wraps the gRPC InteractionSessionCompleteVoiceRequestService client.

func NewInteractionSessionCompleteVoiceRequestClient

func NewInteractionSessionCompleteVoiceRequestClient(cc grpc.ClientConnInterface) *InteractionSessionCompleteVoiceRequestClient

NewInteractionSessionCompleteVoiceRequestClient creates a new InteractionSessionCompleteVoiceRequest client.

func (*InteractionSessionCompleteVoiceRequestClient) GetMessage

GetMessage calls the GetMessage RPC.

func (*InteractionSessionCompleteVoiceRequestClient) GetVoicePrompt

GetVoicePrompt calls the GetVoicePrompt RPC.

func (*InteractionSessionCompleteVoiceRequestClient) SendCompleteResult

func (c *InteractionSessionCompleteVoiceRequestClient) SendCompleteResult(ctx context.Context, arg0 int64) error

SendCompleteResult calls the SendCompleteResult RPC.

type InteractionSessionConfirmationRequestClient

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

InteractionSessionConfirmationRequestClient wraps the gRPC InteractionSessionConfirmationRequestService client.

func NewInteractionSessionConfirmationRequestClient

func NewInteractionSessionConfirmationRequestClient(cc grpc.ClientConnInterface) *InteractionSessionConfirmationRequestClient

NewInteractionSessionConfirmationRequestClient creates a new InteractionSessionConfirmationRequest client.

func (*InteractionSessionConfirmationRequestClient) GetPrompt

GetPrompt calls the GetPrompt RPC.

func (*InteractionSessionConfirmationRequestClient) GetVoicePrompt

GetVoicePrompt calls the GetVoicePrompt RPC.

func (*InteractionSessionConfirmationRequestClient) SendConfirmationResult

func (c *InteractionSessionConfirmationRequestClient) SendConfirmationResult(ctx context.Context, arg0 bool, arg1 int64) error

SendConfirmationResult calls the SendConfirmationResult RPC.

type InteractionSessionPickOptionRequestClient

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

InteractionSessionPickOptionRequestClient wraps the gRPC InteractionSessionPickOptionRequestService client.

func NewInteractionSessionPickOptionRequestClient

func NewInteractionSessionPickOptionRequestClient(cc grpc.ClientConnInterface) *InteractionSessionPickOptionRequestClient

NewInteractionSessionPickOptionRequestClient creates a new InteractionSessionPickOptionRequest client.

func (*InteractionSessionPickOptionRequestClient) GetOptions

GetOptions calls the GetOptions RPC.

func (*InteractionSessionPickOptionRequestClient) GetPrompt

GetPrompt calls the GetPrompt RPC.

func (*InteractionSessionPickOptionRequestClient) GetVoicePrompt

GetVoicePrompt calls the GetVoicePrompt RPC.

func (*InteractionSessionPickOptionRequestClient) SendIntermediatePickOptionResult

func (c *InteractionSessionPickOptionRequestClient) SendIntermediatePickOptionResult(ctx context.Context, arg0 int64, arg1 int64) error

SendIntermediatePickOptionResult calls the SendIntermediatePickOptionResult RPC.

func (*InteractionSessionPickOptionRequestClient) SendPickOptionResult

func (c *InteractionSessionPickOptionRequestClient) SendPickOptionResult(ctx context.Context, arg0 int64, arg1 int64) error

SendPickOptionResult calls the SendPickOptionResult RPC.

type InteractionSessionRequestClient

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

InteractionSessionRequestClient wraps the gRPC InteractionSessionRequestService client.

func NewInteractionSessionRequestClient

func NewInteractionSessionRequestClient(cc grpc.ClientConnInterface) *InteractionSessionRequestClient

NewInteractionSessionRequestClient creates a new InteractionSessionRequest client.

func (*InteractionSessionRequestClient) Cancel

Cancel calls the Cancel RPC.

func (*InteractionSessionRequestClient) GetCallingPackage

func (c *InteractionSessionRequestClient) GetCallingPackage(ctx context.Context) (string, error)

GetCallingPackage calls the GetCallingPackage RPC.

func (*InteractionSessionRequestClient) GetCallingUid

func (c *InteractionSessionRequestClient) GetCallingUid(ctx context.Context) (int32, error)

GetCallingUid calls the GetCallingUid RPC.

func (*InteractionSessionRequestClient) GetExtras

GetExtras calls the GetExtras RPC.

func (*InteractionSessionRequestClient) IsActive

IsActive calls the IsActive RPC.

func (*InteractionSessionRequestClient) ToString

ToString calls the ToString RPC.

type InteractionSessionServiceClient

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

InteractionSessionServiceClient wraps the gRPC InteractionSessionServiceService client.

func NewInteractionSessionServiceClient

func NewInteractionSessionServiceClient(cc grpc.ClientConnInterface) *InteractionSessionServiceClient

NewInteractionSessionServiceClient creates a new InteractionSessionService client.

func (*InteractionSessionServiceClient) OnBind

OnBind calls the OnBind RPC.

func (*InteractionSessionServiceClient) OnConfigurationChanged

func (c *InteractionSessionServiceClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error

OnConfigurationChanged calls the OnConfigurationChanged RPC.

func (*InteractionSessionServiceClient) OnCreate

OnCreate calls the OnCreate RPC.

func (*InteractionSessionServiceClient) OnLowMemory

OnLowMemory calls the OnLowMemory RPC.

func (*InteractionSessionServiceClient) OnNewSession

func (c *InteractionSessionServiceClient) OnNewSession(ctx context.Context, arg0 int64) (int64, error)

OnNewSession calls the OnNewSession RPC.

func (*InteractionSessionServiceClient) OnTrimMemory

func (c *InteractionSessionServiceClient) OnTrimMemory(ctx context.Context, arg0 int32) error

OnTrimMemory calls the OnTrimMemory RPC.

type VisibleActivityInfoClient

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

VisibleActivityInfoClient wraps the gRPC VisibleActivityInfoService client.

func NewVisibleActivityInfoClient

func NewVisibleActivityInfoClient(cc grpc.ClientConnInterface) *VisibleActivityInfoClient

NewVisibleActivityInfoClient creates a new VisibleActivityInfo client.

func (*VisibleActivityInfoClient) DescribeContents

func (c *VisibleActivityInfoClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*VisibleActivityInfoClient) Equals

func (c *VisibleActivityInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*VisibleActivityInfoClient) GetActivityId

func (c *VisibleActivityInfoClient) GetActivityId(ctx context.Context) (int64, error)

GetActivityId calls the GetActivityId RPC.

func (*VisibleActivityInfoClient) HashCode

func (c *VisibleActivityInfoClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*VisibleActivityInfoClient) ToString

ToString calls the ToString RPC.

func (*VisibleActivityInfoClient) WriteToParcel

func (c *VisibleActivityInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

Jump to

Keyboard shortcuts

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