Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type TvAdManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TvAdManagerServer) GetTvAdServiceList(_ context.Context, req *pb.GetTvAdServiceListRequest) (*pb.GetTvAdServiceListResponse, error) + func (s *TvAdManagerServer) RegisterCallback(_ context.Context, req *pb.RegisterCallbackRequest) (*pb.RegisterCallbackResponse, error) + func (s *TvAdManagerServer) SendAppLinkCommand(_ context.Context, req *pb.SendAppLinkCommandRequest) (*pb.SendAppLinkCommandResponse, error) + func (s *TvAdManagerServer) UnregisterCallback(_ context.Context, req *pb.UnregisterCallbackRequest) (*pb.UnregisterCallbackResponse, error) + type TvAdServiceInfoServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TvAdServiceInfoServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *TvAdServiceInfoServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.GetIdResponse, error) + func (s *TvAdServiceInfoServer) GetServiceInfo(_ context.Context, req *pb.GetServiceInfoRequest) (*pb.GetServiceInfoResponse, error) + func (s *TvAdServiceInfoServer) GetSupportedTypes(_ context.Context, req *pb.GetSupportedTypesRequest) (*pb.GetSupportedTypesResponse, error) + func (s *TvAdServiceInfoServer) NewTvAdServiceInfo(_ context.Context, req *pb.NewTvAdServiceInfoRequest) (*pb.NewTvAdServiceInfoResponse, error) + func (s *TvAdServiceInfoServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type TvAdViewServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TvAdViewServer) ClearCallback(_ context.Context, req *pb.ClearCallbackRequest) (*pb.ClearCallbackResponse, error) + func (s *TvAdViewServer) ClearOnUnhandledInputEventListener(_ context.Context, req *pb.ClearOnUnhandledInputEventListenerRequest) (*pb.ClearOnUnhandledInputEventListenerResponse, error) + func (s *TvAdViewServer) DispatchKeyEvent(_ context.Context, req *pb.DispatchKeyEventRequest) (*pb.DispatchKeyEventResponse, error) + func (s *TvAdViewServer) DispatchUnhandledInputEvent(_ context.Context, req *pb.DispatchUnhandledInputEventRequest) (*pb.DispatchUnhandledInputEventResponse, error) + func (s *TvAdViewServer) GetOnUnhandledInputEventListener(_ context.Context, req *pb.GetOnUnhandledInputEventListenerRequest) (*pb.GetOnUnhandledInputEventListenerResponse, error) + func (s *TvAdViewServer) NewTvAdView(_ context.Context, req *pb.NewTvAdViewRequest) (*pb.NewTvAdViewResponse, error) + func (s *TvAdViewServer) NotifyError(_ context.Context, req *pb.NotifyErrorRequest) (*pb.NotifyErrorResponse, error) + func (s *TvAdViewServer) NotifyTvMessage(_ context.Context, req *pb.NotifyTvMessageRequest) (*pb.NotifyTvMessageResponse, error) + func (s *TvAdViewServer) OnAttachedToWindow(_ context.Context, req *pb.OnAttachedToWindowRequest) (*pb.OnAttachedToWindowResponse, error) + func (s *TvAdViewServer) OnDetachedFromWindow(_ context.Context, req *pb.OnDetachedFromWindowRequest) (*pb.OnDetachedFromWindowResponse, error) + func (s *TvAdViewServer) OnLayout(_ context.Context, req *pb.OnLayoutRequest) (*pb.OnLayoutResponse, error) + func (s *TvAdViewServer) OnMeasure(_ context.Context, req *pb.OnMeasureRequest) (*pb.OnMeasureResponse, error) + func (s *TvAdViewServer) OnUnhandledInputEvent(_ context.Context, req *pb.OnUnhandledInputEventRequest) (*pb.OnUnhandledInputEventResponse, error) + func (s *TvAdViewServer) OnVisibilityChanged(_ context.Context, req *pb.OnVisibilityChangedRequest) (*pb.OnVisibilityChangedResponse, error) + func (s *TvAdViewServer) PrepareAdService(_ context.Context, req *pb.PrepareAdServiceRequest) (*pb.PrepareAdServiceResponse, error) + func (s *TvAdViewServer) Reset(_ context.Context, req *pb.ResetRequest) (*pb.ResetResponse, error) + func (s *TvAdViewServer) ResetAdService(_ context.Context, req *pb.ResetAdServiceRequest) (*pb.ResetAdServiceResponse, error) + func (s *TvAdViewServer) SendCurrentChannelUri(_ context.Context, req *pb.SendCurrentChannelUriRequest) (*pb.SendCurrentChannelUriResponse, error) + func (s *TvAdViewServer) SendCurrentTvInputId(_ context.Context, req *pb.SendCurrentTvInputIdRequest) (*pb.SendCurrentTvInputIdResponse, error) + func (s *TvAdViewServer) SendCurrentVideoBounds(_ context.Context, req *pb.SendCurrentVideoBoundsRequest) (*pb.SendCurrentVideoBoundsResponse, error) + func (s *TvAdViewServer) SendSigningResult(_ context.Context, req *pb.SendSigningResultRequest) (*pb.SendSigningResultResponse, error) + func (s *TvAdViewServer) SetCallback(_ context.Context, req *pb.SetCallbackRequest) (*pb.SetCallbackResponse, error) + func (s *TvAdViewServer) SetOnUnhandledInputEventListener(_ context.Context, req *pb.SetOnUnhandledInputEventListenerRequest) (*pb.SetOnUnhandledInputEventListenerResponse, error) + func (s *TvAdViewServer) SetTvView(_ context.Context, req *pb.SetTvViewRequest) (*pb.SetTvViewResponse, error) + func (s *TvAdViewServer) SetZOrderMediaOverlay(_ context.Context, req *pb.SetZOrderMediaOverlayRequest) (*pb.SetZOrderMediaOverlayResponse, error) + func (s *TvAdViewServer) SetZOrderOnTop(_ context.Context, req *pb.SetZOrderOnTopRequest) (*pb.SetZOrderOnTopResponse, error) + func (s *TvAdViewServer) StartAdService(_ context.Context, req *pb.StartAdServiceRequest) (*pb.StartAdServiceResponse, error) + func (s *TvAdViewServer) StopAdService(_ context.Context, req *pb.StopAdServiceRequest) (*pb.StopAdServiceResponse, error)