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