Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type InteractionServiceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)