Documentation
¶
Index ¶
- type InteractionServiceServer
- func (s *InteractionServiceServer) GetDisabledShowContext(_ context.Context, req *pb.GetDisabledShowContextRequest) (*pb.GetDisabledShowContextResponse, error)
- func (s *InteractionServiceServer) IsActiveService(_ context.Context, req *pb.IsActiveServiceRequest) (*pb.IsActiveServiceResponse, error)
- func (s *InteractionServiceServer) NewInteractionService(_ context.Context, req *pb.NewInteractionServiceRequest) (*pb.NewInteractionServiceResponse, error)
- func (s *InteractionServiceServer) OnBind(_ context.Context, req *pb.InteractionServiceOnBindRequest) (*pb.OnBindResponse, error)
- func (s *InteractionServiceServer) OnLaunchVoiceAssistFromKeyguard(_ context.Context, req *pb.OnLaunchVoiceAssistFromKeyguardRequest) (*pb.OnLaunchVoiceAssistFromKeyguardResponse, error)
- func (s *InteractionServiceServer) OnPrepareToShowSession(_ context.Context, req *pb.OnPrepareToShowSessionRequest) (*pb.OnPrepareToShowSessionResponse, error)
- func (s *InteractionServiceServer) OnReady(_ context.Context, req *pb.OnReadyRequest) (*pb.OnReadyResponse, error)
- func (s *InteractionServiceServer) OnShowSessionFailed(_ context.Context, req *pb.OnShowSessionFailedRequest) (*pb.OnShowSessionFailedResponse, error)
- func (s *InteractionServiceServer) OnShutdown(_ context.Context, req *pb.OnShutdownRequest) (*pb.OnShutdownResponse, error)
- func (s *InteractionServiceServer) SetDisabledShowContext(_ context.Context, req *pb.SetDisabledShowContextRequest) (*pb.SetDisabledShowContextResponse, error)
- func (s *InteractionServiceServer) SetUiHints(_ context.Context, req *pb.SetUiHintsRequest) (*pb.SetUiHintsResponse, error)
- func (s *InteractionServiceServer) ShowSession(_ context.Context, req *pb.ShowSessionRequest) (*pb.ShowSessionResponse, error)
- type InteractionSessionServer
- func (s *InteractionSessionServer) CloseSystemDialogs(_ context.Context, req *pb.CloseSystemDialogsRequest) (*pb.CloseSystemDialogsResponse, error)
- func (s *InteractionSessionServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
- func (s *InteractionSessionServer) Finish(_ context.Context, req *pb.FinishRequest) (*pb.FinishResponse, error)
- func (s *InteractionSessionServer) GetContext(_ context.Context, req *pb.GetContextRequest) (*pb.GetContextResponse, error)
- func (s *InteractionSessionServer) GetDisabledShowContext(_ context.Context, req *pb.GetDisabledShowContextRequest) (*pb.GetDisabledShowContextResponse, error)
- func (s *InteractionSessionServer) GetLayoutInflater(_ context.Context, req *pb.GetLayoutInflaterRequest) (*pb.GetLayoutInflaterResponse, error)
- func (s *InteractionSessionServer) GetUserDisabledShowContext(_ context.Context, req *pb.GetUserDisabledShowContextRequest) (*pb.GetUserDisabledShowContextResponse, error)
- func (s *InteractionSessionServer) GetWindow(_ context.Context, req *pb.GetWindowRequest) (*pb.GetWindowResponse, error)
- func (s *InteractionSessionServer) Hide(_ context.Context, req *pb.HideRequest) (*pb.HideResponse, error)
- func (s *InteractionSessionServer) NewInteractionSession(_ context.Context, req *pb.NewInteractionSessionRequest) (*pb.NewInteractionSessionResponse, error)
- func (s *InteractionSessionServer) OnAssistStructureFailure(_ context.Context, req *pb.OnAssistStructureFailureRequest) (*pb.OnAssistStructureFailureResponse, error)
- func (s *InteractionSessionServer) OnBackPressed(_ context.Context, req *pb.OnBackPressedRequest) (*pb.OnBackPressedResponse, error)
- func (s *InteractionSessionServer) OnCancelRequest(_ context.Context, req *pb.OnCancelRequestRequest) (*pb.OnCancelRequestResponse, error)
- func (s *InteractionSessionServer) OnCloseSystemDialogs(_ context.Context, req *pb.OnCloseSystemDialogsRequest) (*pb.OnCloseSystemDialogsResponse, error)
- func (s *InteractionSessionServer) OnComputeInsets(_ context.Context, req *pb.OnComputeInsetsRequest) (*pb.OnComputeInsetsResponse, error)
- func (s *InteractionSessionServer) OnConfigurationChanged(_ context.Context, req *pb.InteractionSessionOnConfigurationChangedRequest) (*pb.OnConfigurationChangedResponse, error)
- func (s *InteractionSessionServer) OnCreate(_ context.Context, req *pb.InteractionSessionOnCreateRequest) (*pb.OnCreateResponse, error)
- func (s *InteractionSessionServer) OnCreateContentView(_ context.Context, req *pb.OnCreateContentViewRequest) (*pb.OnCreateContentViewResponse, error)
- func (s *InteractionSessionServer) OnDestroy(_ context.Context, req *pb.OnDestroyRequest) (*pb.OnDestroyResponse, error)
- func (s *InteractionSessionServer) OnDirectActionsInvalidated(_ context.Context, req *pb.OnDirectActionsInvalidatedRequest) (*pb.OnDirectActionsInvalidatedResponse, error)
- func (s *InteractionSessionServer) OnGetSupportedCommands(_ context.Context, req *pb.OnGetSupportedCommandsRequest) (*pb.OnGetSupportedCommandsResponse, error)
- func (s *InteractionSessionServer) OnHandleAssist1_1(_ context.Context, req *pb.OnHandleAssist1_1Request) (*pb.OnHandleAssist1_1Response, error)
- func (s *InteractionSessionServer) OnHandleAssist3(_ context.Context, req *pb.OnHandleAssist3Request) (*pb.OnHandleAssist3Response, error)
- func (s *InteractionSessionServer) OnHandleAssistSecondary(_ context.Context, req *pb.OnHandleAssistSecondaryRequest) (*pb.OnHandleAssistSecondaryResponse, error)
- func (s *InteractionSessionServer) OnHandleScreenshot(_ context.Context, req *pb.OnHandleScreenshotRequest) (*pb.OnHandleScreenshotResponse, error)
- func (s *InteractionSessionServer) OnHide(_ context.Context, req *pb.OnHideRequest) (*pb.OnHideResponse, error)
- func (s *InteractionSessionServer) OnKeyDown(_ context.Context, req *pb.OnKeyDownRequest) (*pb.OnKeyDownResponse, error)
- func (s *InteractionSessionServer) OnKeyLongPress(_ context.Context, req *pb.OnKeyLongPressRequest) (*pb.OnKeyLongPressResponse, error)
- func (s *InteractionSessionServer) OnKeyMultiple(_ context.Context, req *pb.OnKeyMultipleRequest) (*pb.OnKeyMultipleResponse, error)
- func (s *InteractionSessionServer) OnKeyUp(_ context.Context, req *pb.OnKeyUpRequest) (*pb.OnKeyUpResponse, error)
- func (s *InteractionSessionServer) OnLockscreenShown(_ context.Context, req *pb.OnLockscreenShownRequest) (*pb.OnLockscreenShownResponse, error)
- func (s *InteractionSessionServer) OnLowMemory(_ context.Context, req *pb.InteractionSessionOnLowMemoryRequest) (*pb.OnLowMemoryResponse, error)
- func (s *InteractionSessionServer) OnPrepareShow(_ context.Context, req *pb.OnPrepareShowRequest) (*pb.OnPrepareShowResponse, error)
- func (s *InteractionSessionServer) OnRequestAbortVoice(_ context.Context, req *pb.OnRequestAbortVoiceRequest) (*pb.OnRequestAbortVoiceResponse, error)
- func (s *InteractionSessionServer) OnRequestCommand(_ context.Context, req *pb.OnRequestCommandRequest) (*pb.OnRequestCommandResponse, error)
- func (s *InteractionSessionServer) OnRequestCompleteVoice(_ context.Context, req *pb.OnRequestCompleteVoiceRequest) (*pb.OnRequestCompleteVoiceResponse, error)
- func (s *InteractionSessionServer) OnRequestConfirmation(_ context.Context, req *pb.OnRequestConfirmationRequest) (*pb.OnRequestConfirmationResponse, error)
- func (s *InteractionSessionServer) OnRequestPickOption(_ context.Context, req *pb.OnRequestPickOptionRequest) (*pb.OnRequestPickOptionResponse, error)
- func (s *InteractionSessionServer) OnShow(_ context.Context, req *pb.OnShowRequest) (*pb.OnShowResponse, error)
- func (s *InteractionSessionServer) OnTaskFinished(_ context.Context, req *pb.OnTaskFinishedRequest) (*pb.OnTaskFinishedResponse, error)
- func (s *InteractionSessionServer) OnTaskStarted(_ context.Context, req *pb.OnTaskStartedRequest) (*pb.OnTaskStartedResponse, error)
- func (s *InteractionSessionServer) OnTrimMemory(_ context.Context, req *pb.InteractionSessionOnTrimMemoryRequest) (*pb.OnTrimMemoryResponse, error)
- func (s *InteractionSessionServer) RegisterVisibleActivityCallback(_ context.Context, req *pb.RegisterVisibleActivityCallbackRequest) (*pb.RegisterVisibleActivityCallbackResponse, error)
- func (s *InteractionSessionServer) SetContentView(_ context.Context, req *pb.SetContentViewRequest) (*pb.SetContentViewResponse, error)
- func (s *InteractionSessionServer) SetDisabledShowContext(_ context.Context, req *pb.SetDisabledShowContextRequest) (*pb.SetDisabledShowContextResponse, error)
- func (s *InteractionSessionServer) SetKeepAwake(_ context.Context, req *pb.SetKeepAwakeRequest) (*pb.SetKeepAwakeResponse, error)
- func (s *InteractionSessionServer) SetTheme(_ context.Context, req *pb.SetThemeRequest) (*pb.SetThemeResponse, error)
- func (s *InteractionSessionServer) SetUiEnabled(_ context.Context, req *pb.SetUiEnabledRequest) (*pb.SetUiEnabledResponse, error)
- func (s *InteractionSessionServer) Show(_ context.Context, req *pb.ShowRequest) (*pb.ShowResponse, error)
- func (s *InteractionSessionServer) StartAssistantActivity1(_ context.Context, req *pb.StartAssistantActivity1Request) (*pb.StartAssistantActivity1Response, error)
- func (s *InteractionSessionServer) StartAssistantActivity2_1(_ context.Context, req *pb.StartAssistantActivity2_1Request) (*pb.StartAssistantActivity2_1Response, error)
- func (s *InteractionSessionServer) StartVoiceActivity(_ context.Context, req *pb.StartVoiceActivityRequest) (*pb.StartVoiceActivityResponse, error)
- func (s *InteractionSessionServer) UnregisterVisibleActivityCallback(_ context.Context, req *pb.UnregisterVisibleActivityCallbackRequest) (*pb.UnregisterVisibleActivityCallbackResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InteractionServiceServer ¶
type InteractionServiceServer struct {
pb.UnimplementedInteractionServiceServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InteractionServiceServer implements pb.InteractionServiceServiceServer.
func (*InteractionServiceServer) GetDisabledShowContext ¶
func (s *InteractionServiceServer) GetDisabledShowContext(_ context.Context, req *pb.GetDisabledShowContextRequest) (*pb.GetDisabledShowContextResponse, error)
func (*InteractionServiceServer) IsActiveService ¶
func (s *InteractionServiceServer) IsActiveService(_ context.Context, req *pb.IsActiveServiceRequest) (*pb.IsActiveServiceResponse, error)
func (*InteractionServiceServer) NewInteractionService ¶
func (s *InteractionServiceServer) NewInteractionService(_ context.Context, req *pb.NewInteractionServiceRequest) (*pb.NewInteractionServiceResponse, error)
func (*InteractionServiceServer) OnBind ¶
func (s *InteractionServiceServer) OnBind(_ context.Context, req *pb.InteractionServiceOnBindRequest) (*pb.OnBindResponse, error)
func (*InteractionServiceServer) OnLaunchVoiceAssistFromKeyguard ¶
func (s *InteractionServiceServer) OnLaunchVoiceAssistFromKeyguard(_ context.Context, req *pb.OnLaunchVoiceAssistFromKeyguardRequest) (*pb.OnLaunchVoiceAssistFromKeyguardResponse, error)
func (*InteractionServiceServer) OnPrepareToShowSession ¶
func (s *InteractionServiceServer) OnPrepareToShowSession(_ context.Context, req *pb.OnPrepareToShowSessionRequest) (*pb.OnPrepareToShowSessionResponse, error)
func (*InteractionServiceServer) OnReady ¶
func (s *InteractionServiceServer) OnReady(_ context.Context, req *pb.OnReadyRequest) (*pb.OnReadyResponse, error)
func (*InteractionServiceServer) OnShowSessionFailed ¶
func (s *InteractionServiceServer) OnShowSessionFailed(_ context.Context, req *pb.OnShowSessionFailedRequest) (*pb.OnShowSessionFailedResponse, error)
func (*InteractionServiceServer) OnShutdown ¶
func (s *InteractionServiceServer) OnShutdown(_ context.Context, req *pb.OnShutdownRequest) (*pb.OnShutdownResponse, error)
func (*InteractionServiceServer) SetDisabledShowContext ¶
func (s *InteractionServiceServer) SetDisabledShowContext(_ context.Context, req *pb.SetDisabledShowContextRequest) (*pb.SetDisabledShowContextResponse, error)
func (*InteractionServiceServer) SetUiHints ¶
func (s *InteractionServiceServer) SetUiHints(_ context.Context, req *pb.SetUiHintsRequest) (*pb.SetUiHintsResponse, error)
func (*InteractionServiceServer) ShowSession ¶
func (s *InteractionServiceServer) ShowSession(_ context.Context, req *pb.ShowSessionRequest) (*pb.ShowSessionResponse, error)
type InteractionSessionServer ¶
type InteractionSessionServer struct {
pb.UnimplementedInteractionSessionServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InteractionSessionServer implements pb.InteractionSessionServiceServer.
func (*InteractionSessionServer) CloseSystemDialogs ¶
func (s *InteractionSessionServer) CloseSystemDialogs(_ context.Context, req *pb.CloseSystemDialogsRequest) (*pb.CloseSystemDialogsResponse, error)
func (*InteractionSessionServer) Dump ¶
func (s *InteractionSessionServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
func (*InteractionSessionServer) Finish ¶
func (s *InteractionSessionServer) Finish(_ context.Context, req *pb.FinishRequest) (*pb.FinishResponse, error)
func (*InteractionSessionServer) GetContext ¶
func (s *InteractionSessionServer) GetContext(_ context.Context, req *pb.GetContextRequest) (*pb.GetContextResponse, error)
func (*InteractionSessionServer) GetDisabledShowContext ¶
func (s *InteractionSessionServer) GetDisabledShowContext(_ context.Context, req *pb.GetDisabledShowContextRequest) (*pb.GetDisabledShowContextResponse, error)
func (*InteractionSessionServer) GetLayoutInflater ¶
func (s *InteractionSessionServer) GetLayoutInflater(_ context.Context, req *pb.GetLayoutInflaterRequest) (*pb.GetLayoutInflaterResponse, error)
func (*InteractionSessionServer) GetUserDisabledShowContext ¶
func (s *InteractionSessionServer) GetUserDisabledShowContext(_ context.Context, req *pb.GetUserDisabledShowContextRequest) (*pb.GetUserDisabledShowContextResponse, error)
func (*InteractionSessionServer) GetWindow ¶
func (s *InteractionSessionServer) GetWindow(_ context.Context, req *pb.GetWindowRequest) (*pb.GetWindowResponse, error)
func (*InteractionSessionServer) Hide ¶
func (s *InteractionSessionServer) Hide(_ context.Context, req *pb.HideRequest) (*pb.HideResponse, error)
func (*InteractionSessionServer) NewInteractionSession ¶
func (s *InteractionSessionServer) NewInteractionSession(_ context.Context, req *pb.NewInteractionSessionRequest) (*pb.NewInteractionSessionResponse, error)
func (*InteractionSessionServer) OnAssistStructureFailure ¶
func (s *InteractionSessionServer) OnAssistStructureFailure(_ context.Context, req *pb.OnAssistStructureFailureRequest) (*pb.OnAssistStructureFailureResponse, error)
func (*InteractionSessionServer) OnBackPressed ¶
func (s *InteractionSessionServer) OnBackPressed(_ context.Context, req *pb.OnBackPressedRequest) (*pb.OnBackPressedResponse, error)
func (*InteractionSessionServer) OnCancelRequest ¶
func (s *InteractionSessionServer) OnCancelRequest(_ context.Context, req *pb.OnCancelRequestRequest) (*pb.OnCancelRequestResponse, error)
func (*InteractionSessionServer) OnCloseSystemDialogs ¶
func (s *InteractionSessionServer) OnCloseSystemDialogs(_ context.Context, req *pb.OnCloseSystemDialogsRequest) (*pb.OnCloseSystemDialogsResponse, error)
func (*InteractionSessionServer) OnComputeInsets ¶
func (s *InteractionSessionServer) OnComputeInsets(_ context.Context, req *pb.OnComputeInsetsRequest) (*pb.OnComputeInsetsResponse, error)
func (*InteractionSessionServer) OnConfigurationChanged ¶
func (s *InteractionSessionServer) OnConfigurationChanged(_ context.Context, req *pb.InteractionSessionOnConfigurationChangedRequest) (*pb.OnConfigurationChangedResponse, error)
func (*InteractionSessionServer) OnCreate ¶
func (s *InteractionSessionServer) OnCreate(_ context.Context, req *pb.InteractionSessionOnCreateRequest) (*pb.OnCreateResponse, error)
func (*InteractionSessionServer) OnCreateContentView ¶
func (s *InteractionSessionServer) OnCreateContentView(_ context.Context, req *pb.OnCreateContentViewRequest) (*pb.OnCreateContentViewResponse, error)
func (*InteractionSessionServer) OnDestroy ¶
func (s *InteractionSessionServer) OnDestroy(_ context.Context, req *pb.OnDestroyRequest) (*pb.OnDestroyResponse, error)
func (*InteractionSessionServer) OnDirectActionsInvalidated ¶
func (s *InteractionSessionServer) OnDirectActionsInvalidated(_ context.Context, req *pb.OnDirectActionsInvalidatedRequest) (*pb.OnDirectActionsInvalidatedResponse, error)
func (*InteractionSessionServer) OnGetSupportedCommands ¶
func (s *InteractionSessionServer) OnGetSupportedCommands(_ context.Context, req *pb.OnGetSupportedCommandsRequest) (*pb.OnGetSupportedCommandsResponse, error)
func (*InteractionSessionServer) OnHandleAssist1_1 ¶
func (s *InteractionSessionServer) OnHandleAssist1_1(_ context.Context, req *pb.OnHandleAssist1_1Request) (*pb.OnHandleAssist1_1Response, error)
func (*InteractionSessionServer) OnHandleAssist3 ¶
func (s *InteractionSessionServer) OnHandleAssist3(_ context.Context, req *pb.OnHandleAssist3Request) (*pb.OnHandleAssist3Response, error)
func (*InteractionSessionServer) OnHandleAssistSecondary ¶
func (s *InteractionSessionServer) OnHandleAssistSecondary(_ context.Context, req *pb.OnHandleAssistSecondaryRequest) (*pb.OnHandleAssistSecondaryResponse, error)
func (*InteractionSessionServer) OnHandleScreenshot ¶
func (s *InteractionSessionServer) OnHandleScreenshot(_ context.Context, req *pb.OnHandleScreenshotRequest) (*pb.OnHandleScreenshotResponse, error)
func (*InteractionSessionServer) OnHide ¶
func (s *InteractionSessionServer) OnHide(_ context.Context, req *pb.OnHideRequest) (*pb.OnHideResponse, error)
func (*InteractionSessionServer) OnKeyDown ¶
func (s *InteractionSessionServer) OnKeyDown(_ context.Context, req *pb.OnKeyDownRequest) (*pb.OnKeyDownResponse, error)
func (*InteractionSessionServer) OnKeyLongPress ¶
func (s *InteractionSessionServer) OnKeyLongPress(_ context.Context, req *pb.OnKeyLongPressRequest) (*pb.OnKeyLongPressResponse, error)
func (*InteractionSessionServer) OnKeyMultiple ¶
func (s *InteractionSessionServer) OnKeyMultiple(_ context.Context, req *pb.OnKeyMultipleRequest) (*pb.OnKeyMultipleResponse, error)
func (*InteractionSessionServer) OnKeyUp ¶
func (s *InteractionSessionServer) OnKeyUp(_ context.Context, req *pb.OnKeyUpRequest) (*pb.OnKeyUpResponse, error)
func (*InteractionSessionServer) OnLockscreenShown ¶
func (s *InteractionSessionServer) OnLockscreenShown(_ context.Context, req *pb.OnLockscreenShownRequest) (*pb.OnLockscreenShownResponse, error)
func (*InteractionSessionServer) OnLowMemory ¶
func (s *InteractionSessionServer) OnLowMemory(_ context.Context, req *pb.InteractionSessionOnLowMemoryRequest) (*pb.OnLowMemoryResponse, error)
func (*InteractionSessionServer) OnPrepareShow ¶
func (s *InteractionSessionServer) OnPrepareShow(_ context.Context, req *pb.OnPrepareShowRequest) (*pb.OnPrepareShowResponse, error)
func (*InteractionSessionServer) OnRequestAbortVoice ¶
func (s *InteractionSessionServer) OnRequestAbortVoice(_ context.Context, req *pb.OnRequestAbortVoiceRequest) (*pb.OnRequestAbortVoiceResponse, error)
func (*InteractionSessionServer) OnRequestCommand ¶
func (s *InteractionSessionServer) OnRequestCommand(_ context.Context, req *pb.OnRequestCommandRequest) (*pb.OnRequestCommandResponse, error)
func (*InteractionSessionServer) OnRequestCompleteVoice ¶
func (s *InteractionSessionServer) OnRequestCompleteVoice(_ context.Context, req *pb.OnRequestCompleteVoiceRequest) (*pb.OnRequestCompleteVoiceResponse, error)
func (*InteractionSessionServer) OnRequestConfirmation ¶
func (s *InteractionSessionServer) OnRequestConfirmation(_ context.Context, req *pb.OnRequestConfirmationRequest) (*pb.OnRequestConfirmationResponse, error)
func (*InteractionSessionServer) OnRequestPickOption ¶
func (s *InteractionSessionServer) OnRequestPickOption(_ context.Context, req *pb.OnRequestPickOptionRequest) (*pb.OnRequestPickOptionResponse, error)
func (*InteractionSessionServer) OnShow ¶
func (s *InteractionSessionServer) OnShow(_ context.Context, req *pb.OnShowRequest) (*pb.OnShowResponse, error)
func (*InteractionSessionServer) OnTaskFinished ¶
func (s *InteractionSessionServer) OnTaskFinished(_ context.Context, req *pb.OnTaskFinishedRequest) (*pb.OnTaskFinishedResponse, error)
func (*InteractionSessionServer) OnTaskStarted ¶
func (s *InteractionSessionServer) OnTaskStarted(_ context.Context, req *pb.OnTaskStartedRequest) (*pb.OnTaskStartedResponse, error)
func (*InteractionSessionServer) OnTrimMemory ¶
func (s *InteractionSessionServer) OnTrimMemory(_ context.Context, req *pb.InteractionSessionOnTrimMemoryRequest) (*pb.OnTrimMemoryResponse, error)
func (*InteractionSessionServer) RegisterVisibleActivityCallback ¶
func (s *InteractionSessionServer) RegisterVisibleActivityCallback(_ context.Context, req *pb.RegisterVisibleActivityCallbackRequest) (*pb.RegisterVisibleActivityCallbackResponse, error)
func (*InteractionSessionServer) SetContentView ¶
func (s *InteractionSessionServer) SetContentView(_ context.Context, req *pb.SetContentViewRequest) (*pb.SetContentViewResponse, error)
func (*InteractionSessionServer) SetDisabledShowContext ¶
func (s *InteractionSessionServer) SetDisabledShowContext(_ context.Context, req *pb.SetDisabledShowContextRequest) (*pb.SetDisabledShowContextResponse, error)
func (*InteractionSessionServer) SetKeepAwake ¶
func (s *InteractionSessionServer) SetKeepAwake(_ context.Context, req *pb.SetKeepAwakeRequest) (*pb.SetKeepAwakeResponse, error)
func (*InteractionSessionServer) SetTheme ¶
func (s *InteractionSessionServer) SetTheme(_ context.Context, req *pb.SetThemeRequest) (*pb.SetThemeResponse, error)
func (*InteractionSessionServer) SetUiEnabled ¶
func (s *InteractionSessionServer) SetUiEnabled(_ context.Context, req *pb.SetUiEnabledRequest) (*pb.SetUiEnabledResponse, error)
func (*InteractionSessionServer) Show ¶
func (s *InteractionSessionServer) Show(_ context.Context, req *pb.ShowRequest) (*pb.ShowResponse, error)
func (*InteractionSessionServer) StartAssistantActivity1 ¶
func (s *InteractionSessionServer) StartAssistantActivity1(_ context.Context, req *pb.StartAssistantActivity1Request) (*pb.StartAssistantActivity1Response, error)
func (*InteractionSessionServer) StartAssistantActivity2_1 ¶
func (s *InteractionSessionServer) StartAssistantActivity2_1(_ context.Context, req *pb.StartAssistantActivity2_1Request) (*pb.StartAssistantActivity2_1Response, error)
func (*InteractionSessionServer) StartVoiceActivity ¶
func (s *InteractionSessionServer) StartVoiceActivity(_ context.Context, req *pb.StartVoiceActivityRequest) (*pb.StartVoiceActivityResponse, error)
func (*InteractionSessionServer) UnregisterVisibleActivityCallback ¶
func (s *InteractionSessionServer) UnregisterVisibleActivityCallback(_ context.Context, req *pb.UnregisterVisibleActivityCallbackRequest) (*pb.UnregisterVisibleActivityCallbackResponse, error)
Click to show internal directories.
Click to hide internal directories.