Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AppLinkInfoServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AppLinkInfoServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *AppLinkInfoServer) GetComponentName(_ context.Context, req *pb.GetComponentNameRequest) (*pb.GetComponentNameResponse, error) + func (s *AppLinkInfoServer) GetUri(_ context.Context, req *pb.GetUriRequest) (*pb.GetUriResponse, error) + func (s *AppLinkInfoServer) NewAppLinkInfo(_ context.Context, req *pb.NewAppLinkInfoRequest) (*pb.NewAppLinkInfoResponse, error) + func (s *AppLinkInfoServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *AppLinkInfoServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type TvInteractiveAppManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TvInteractiveAppManagerServer) GetAppLinkInfoList(_ context.Context, req *pb.GetAppLinkInfoListRequest) (*pb.GetAppLinkInfoListResponse, error) + func (s *TvInteractiveAppManagerServer) GetTvInteractiveAppServiceList(_ context.Context, req *pb.GetTvInteractiveAppServiceListRequest) (*pb.GetTvInteractiveAppServiceListResponse, error) + func (s *TvInteractiveAppManagerServer) RegisterAppLinkInfo(_ context.Context, req *pb.RegisterAppLinkInfoRequest) (*pb.RegisterAppLinkInfoResponse, error) + func (s *TvInteractiveAppManagerServer) RegisterCallback(_ context.Context, req *pb.RegisterCallbackRequest) (*pb.RegisterCallbackResponse, error) + func (s *TvInteractiveAppManagerServer) SendAppLinkCommand(_ context.Context, req *pb.SendAppLinkCommandRequest) (*pb.SendAppLinkCommandResponse, error) + func (s *TvInteractiveAppManagerServer) UnregisterAppLinkInfo(_ context.Context, req *pb.UnregisterAppLinkInfoRequest) (*pb.UnregisterAppLinkInfoResponse, error) + func (s *TvInteractiveAppManagerServer) UnregisterCallback(_ context.Context, req *pb.UnregisterCallbackRequest) (*pb.UnregisterCallbackResponse, error) + type TvInteractiveAppServiceInfoServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TvInteractiveAppServiceInfoServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *TvInteractiveAppServiceInfoServer) GetCustomSupportedTypes(_ context.Context, req *pb.GetCustomSupportedTypesRequest) (*pb.GetCustomSupportedTypesResponse, error) + func (s *TvInteractiveAppServiceInfoServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.GetIdResponse, error) + func (s *TvInteractiveAppServiceInfoServer) GetServiceInfo(_ context.Context, req *pb.GetServiceInfoRequest) (*pb.GetServiceInfoResponse, error) + func (s *TvInteractiveAppServiceInfoServer) GetSupportedTypes(_ context.Context, req *pb.GetSupportedTypesRequest) (*pb.GetSupportedTypesResponse, error) + func (s *TvInteractiveAppServiceInfoServer) NewTvInteractiveAppServiceInfo(_ context.Context, req *pb.NewTvInteractiveAppServiceInfoRequest) (*pb.NewTvInteractiveAppServiceInfoResponse, error) + func (s *TvInteractiveAppServiceInfoServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type TvInteractiveAppViewServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TvInteractiveAppViewServer) ClearCallback(_ context.Context, req *pb.ClearCallbackRequest) (*pb.ClearCallbackResponse, error) + func (s *TvInteractiveAppViewServer) ClearOnUnhandledInputEventListener(_ context.Context, req *pb.ClearOnUnhandledInputEventListenerRequest) (*pb.ClearOnUnhandledInputEventListenerResponse, error) + func (s *TvInteractiveAppViewServer) CreateBiInteractiveApp(_ context.Context, req *pb.CreateBiInteractiveAppRequest) (*pb.CreateBiInteractiveAppResponse, error) + func (s *TvInteractiveAppViewServer) DestroyBiInteractiveApp(_ context.Context, req *pb.DestroyBiInteractiveAppRequest) (*pb.DestroyBiInteractiveAppResponse, error) + func (s *TvInteractiveAppViewServer) DispatchKeyEvent(_ context.Context, req *pb.DispatchKeyEventRequest) (*pb.DispatchKeyEventResponse, error) + func (s *TvInteractiveAppViewServer) DispatchUnhandledInputEvent(_ context.Context, req *pb.DispatchUnhandledInputEventRequest) (*pb.DispatchUnhandledInputEventResponse, error) + func (s *TvInteractiveAppViewServer) GetOnUnhandledInputEventListener(_ context.Context, req *pb.GetOnUnhandledInputEventListenerRequest) (*pb.GetOnUnhandledInputEventListenerResponse, error) + func (s *TvInteractiveAppViewServer) NewTvInteractiveAppView(_ context.Context, req *pb.NewTvInteractiveAppViewRequest) (*pb.NewTvInteractiveAppViewResponse, error) + func (s *TvInteractiveAppViewServer) NotifyError(_ context.Context, req *pb.NotifyErrorRequest) (*pb.NotifyErrorResponse, error) + func (s *TvInteractiveAppViewServer) NotifyRecordingScheduled(_ context.Context, req *pb.NotifyRecordingScheduledRequest) (*pb.NotifyRecordingScheduledResponse, error) + func (s *TvInteractiveAppViewServer) NotifyRecordingStarted(_ context.Context, req *pb.NotifyRecordingStartedRequest) (*pb.NotifyRecordingStartedResponse, error) + func (s *TvInteractiveAppViewServer) NotifyRecordingStopped(_ context.Context, req *pb.NotifyRecordingStoppedRequest) (*pb.NotifyRecordingStoppedResponse, error) + func (s *TvInteractiveAppViewServer) NotifyTimeShiftCurrentPositionChanged(_ context.Context, req *pb.NotifyTimeShiftCurrentPositionChangedRequest) (*pb.NotifyTimeShiftCurrentPositionChangedResponse, error) + func (s *TvInteractiveAppViewServer) NotifyTimeShiftPlaybackParams(_ context.Context, req *pb.NotifyTimeShiftPlaybackParamsRequest) (*pb.NotifyTimeShiftPlaybackParamsResponse, error) + func (s *TvInteractiveAppViewServer) NotifyTimeShiftStartPositionChanged(_ context.Context, req *pb.NotifyTimeShiftStartPositionChangedRequest) (*pb.NotifyTimeShiftStartPositionChangedResponse, error) + func (s *TvInteractiveAppViewServer) NotifyTimeShiftStatusChanged(_ context.Context, req *pb.NotifyTimeShiftStatusChangedRequest) (*pb.NotifyTimeShiftStatusChangedResponse, error) + func (s *TvInteractiveAppViewServer) NotifyTvMessage(_ context.Context, req *pb.NotifyTvMessageRequest) (*pb.NotifyTvMessageResponse, error) + func (s *TvInteractiveAppViewServer) NotifyVideoFreezeUpdated(_ context.Context, req *pb.NotifyVideoFreezeUpdatedRequest) (*pb.NotifyVideoFreezeUpdatedResponse, error) + func (s *TvInteractiveAppViewServer) OnAttachedToWindow(_ context.Context, req *pb.OnAttachedToWindowRequest) (*pb.OnAttachedToWindowResponse, error) + func (s *TvInteractiveAppViewServer) OnDetachedFromWindow(_ context.Context, req *pb.OnDetachedFromWindowRequest) (*pb.OnDetachedFromWindowResponse, error) + func (s *TvInteractiveAppViewServer) OnLayout(_ context.Context, req *pb.OnLayoutRequest) (*pb.OnLayoutResponse, error) + func (s *TvInteractiveAppViewServer) OnMeasure(_ context.Context, req *pb.OnMeasureRequest) (*pb.OnMeasureResponse, error) + func (s *TvInteractiveAppViewServer) OnUnhandledInputEvent(_ context.Context, req *pb.OnUnhandledInputEventRequest) (*pb.OnUnhandledInputEventResponse, error) + func (s *TvInteractiveAppViewServer) OnVisibilityChanged(_ context.Context, req *pb.OnVisibilityChangedRequest) (*pb.OnVisibilityChangedResponse, error) + func (s *TvInteractiveAppViewServer) PrepareInteractiveApp(_ context.Context, req *pb.PrepareInteractiveAppRequest) (*pb.PrepareInteractiveAppResponse, error) + func (s *TvInteractiveAppViewServer) Reset(_ context.Context, req *pb.ResetRequest) (*pb.ResetResponse, error) + func (s *TvInteractiveAppViewServer) ResetInteractiveApp(_ context.Context, req *pb.ResetInteractiveAppRequest) (*pb.ResetInteractiveAppResponse, error) + func (s *TvInteractiveAppViewServer) SendAvailableSpeeds(_ context.Context, req *pb.SendAvailableSpeedsRequest) (*pb.SendAvailableSpeedsResponse, error) + func (s *TvInteractiveAppViewServer) SendCertificate(_ context.Context, req *pb.SendCertificateRequest) (*pb.SendCertificateResponse, error) + func (s *TvInteractiveAppViewServer) SendCurrentChannelLcn(_ context.Context, req *pb.SendCurrentChannelLcnRequest) (*pb.SendCurrentChannelLcnResponse, error) + func (s *TvInteractiveAppViewServer) SendCurrentChannelUri(_ context.Context, req *pb.SendCurrentChannelUriRequest) (*pb.SendCurrentChannelUriResponse, error) + func (s *TvInteractiveAppViewServer) SendCurrentTvInputId(_ context.Context, req *pb.SendCurrentTvInputIdRequest) (*pb.SendCurrentTvInputIdResponse, error) + func (s *TvInteractiveAppViewServer) SendCurrentVideoBounds(_ context.Context, req *pb.SendCurrentVideoBoundsRequest) (*pb.SendCurrentVideoBoundsResponse, error) + func (s *TvInteractiveAppViewServer) SendSigningResult(_ context.Context, req *pb.SendSigningResultRequest) (*pb.SendSigningResultResponse, error) + func (s *TvInteractiveAppViewServer) SendStreamVolume(_ context.Context, req *pb.SendStreamVolumeRequest) (*pb.SendStreamVolumeResponse, error) + func (s *TvInteractiveAppViewServer) SendTimeShiftMode(_ context.Context, req *pb.SendTimeShiftModeRequest) (*pb.SendTimeShiftModeResponse, error) + func (s *TvInteractiveAppViewServer) SendTvRecordingInfo(_ context.Context, req *pb.SendTvRecordingInfoRequest) (*pb.SendTvRecordingInfoResponse, error) + func (s *TvInteractiveAppViewServer) SetCallback(_ context.Context, req *pb.SetCallbackRequest) (*pb.SetCallbackResponse, error) + func (s *TvInteractiveAppViewServer) SetOnUnhandledInputEventListener(_ context.Context, req *pb.SetOnUnhandledInputEventListenerRequest) (*pb.SetOnUnhandledInputEventListenerResponse, error) + func (s *TvInteractiveAppViewServer) SetTeletextAppEnabled(_ context.Context, req *pb.SetTeletextAppEnabledRequest) (*pb.SetTeletextAppEnabledResponse, error) + func (s *TvInteractiveAppViewServer) SetTvView(_ context.Context, req *pb.SetTvViewRequest) (*pb.SetTvViewResponse, error) + func (s *TvInteractiveAppViewServer) SetZOrderMediaOverlay(_ context.Context, req *pb.SetZOrderMediaOverlayRequest) (*pb.SetZOrderMediaOverlayResponse, error) + func (s *TvInteractiveAppViewServer) SetZOrderOnTop(_ context.Context, req *pb.SetZOrderOnTopRequest) (*pb.SetZOrderOnTopResponse, error) + func (s *TvInteractiveAppViewServer) StartInteractiveApp(_ context.Context, req *pb.StartInteractiveAppRequest) (*pb.StartInteractiveAppResponse, error) + func (s *TvInteractiveAppViewServer) StopInteractiveApp(_ context.Context, req *pb.StopInteractiveAppRequest) (*pb.StopInteractiveAppResponse, error)