Documentation
¶
Index ¶
- type TvAdManagerServer
- 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
- 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
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TvAdManagerServer ¶
type TvAdManagerServer struct {
pb.UnimplementedTvAdManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TvAdManagerServer implements pb.TvAdManagerServiceServer.
func (*TvAdManagerServer) GetTvAdServiceList ¶
func (s *TvAdManagerServer) GetTvAdServiceList(_ context.Context, req *pb.GetTvAdServiceListRequest) (*pb.GetTvAdServiceListResponse, error)
func (*TvAdManagerServer) RegisterCallback ¶
func (s *TvAdManagerServer) RegisterCallback(_ context.Context, req *pb.RegisterCallbackRequest) (*pb.RegisterCallbackResponse, error)
func (*TvAdManagerServer) SendAppLinkCommand ¶
func (s *TvAdManagerServer) SendAppLinkCommand(_ context.Context, req *pb.SendAppLinkCommandRequest) (*pb.SendAppLinkCommandResponse, error)
func (*TvAdManagerServer) UnregisterCallback ¶
func (s *TvAdManagerServer) UnregisterCallback(_ context.Context, req *pb.UnregisterCallbackRequest) (*pb.UnregisterCallbackResponse, error)
type TvAdServiceInfoServer ¶
type TvAdServiceInfoServer struct {
pb.UnimplementedTvAdServiceInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TvAdServiceInfoServer implements pb.TvAdServiceInfoServiceServer.
func (*TvAdServiceInfoServer) DescribeContents ¶
func (s *TvAdServiceInfoServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*TvAdServiceInfoServer) GetId ¶
func (s *TvAdServiceInfoServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.GetIdResponse, error)
func (*TvAdServiceInfoServer) GetServiceInfo ¶
func (s *TvAdServiceInfoServer) GetServiceInfo(_ context.Context, req *pb.GetServiceInfoRequest) (*pb.GetServiceInfoResponse, error)
func (*TvAdServiceInfoServer) GetSupportedTypes ¶
func (s *TvAdServiceInfoServer) GetSupportedTypes(_ context.Context, req *pb.GetSupportedTypesRequest) (*pb.GetSupportedTypesResponse, error)
func (*TvAdServiceInfoServer) NewTvAdServiceInfo ¶
func (s *TvAdServiceInfoServer) NewTvAdServiceInfo(_ context.Context, req *pb.NewTvAdServiceInfoRequest) (*pb.NewTvAdServiceInfoResponse, error)
func (*TvAdServiceInfoServer) WriteToParcel ¶
func (s *TvAdServiceInfoServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type TvAdViewServer ¶
type TvAdViewServer struct {
pb.UnimplementedTvAdViewServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TvAdViewServer implements pb.TvAdViewServiceServer.
func (*TvAdViewServer) ClearCallback ¶
func (s *TvAdViewServer) ClearCallback(_ context.Context, req *pb.ClearCallbackRequest) (*pb.ClearCallbackResponse, error)
func (*TvAdViewServer) ClearOnUnhandledInputEventListener ¶
func (s *TvAdViewServer) ClearOnUnhandledInputEventListener(_ context.Context, req *pb.ClearOnUnhandledInputEventListenerRequest) (*pb.ClearOnUnhandledInputEventListenerResponse, error)
func (*TvAdViewServer) DispatchKeyEvent ¶
func (s *TvAdViewServer) DispatchKeyEvent(_ context.Context, req *pb.DispatchKeyEventRequest) (*pb.DispatchKeyEventResponse, error)
func (*TvAdViewServer) DispatchUnhandledInputEvent ¶
func (s *TvAdViewServer) DispatchUnhandledInputEvent(_ context.Context, req *pb.DispatchUnhandledInputEventRequest) (*pb.DispatchUnhandledInputEventResponse, error)
func (*TvAdViewServer) GetOnUnhandledInputEventListener ¶
func (s *TvAdViewServer) GetOnUnhandledInputEventListener(_ context.Context, req *pb.GetOnUnhandledInputEventListenerRequest) (*pb.GetOnUnhandledInputEventListenerResponse, error)
func (*TvAdViewServer) NewTvAdView ¶
func (s *TvAdViewServer) NewTvAdView(_ context.Context, req *pb.NewTvAdViewRequest) (*pb.NewTvAdViewResponse, error)
func (*TvAdViewServer) NotifyError ¶
func (s *TvAdViewServer) NotifyError(_ context.Context, req *pb.NotifyErrorRequest) (*pb.NotifyErrorResponse, error)
func (*TvAdViewServer) NotifyTvMessage ¶
func (s *TvAdViewServer) NotifyTvMessage(_ context.Context, req *pb.NotifyTvMessageRequest) (*pb.NotifyTvMessageResponse, error)
func (*TvAdViewServer) OnAttachedToWindow ¶
func (s *TvAdViewServer) OnAttachedToWindow(_ context.Context, req *pb.OnAttachedToWindowRequest) (*pb.OnAttachedToWindowResponse, error)
func (*TvAdViewServer) OnDetachedFromWindow ¶
func (s *TvAdViewServer) OnDetachedFromWindow(_ context.Context, req *pb.OnDetachedFromWindowRequest) (*pb.OnDetachedFromWindowResponse, error)
func (*TvAdViewServer) OnLayout ¶
func (s *TvAdViewServer) OnLayout(_ context.Context, req *pb.OnLayoutRequest) (*pb.OnLayoutResponse, error)
func (*TvAdViewServer) OnMeasure ¶
func (s *TvAdViewServer) OnMeasure(_ context.Context, req *pb.OnMeasureRequest) (*pb.OnMeasureResponse, error)
func (*TvAdViewServer) OnUnhandledInputEvent ¶
func (s *TvAdViewServer) OnUnhandledInputEvent(_ context.Context, req *pb.OnUnhandledInputEventRequest) (*pb.OnUnhandledInputEventResponse, error)
func (*TvAdViewServer) OnVisibilityChanged ¶
func (s *TvAdViewServer) OnVisibilityChanged(_ context.Context, req *pb.OnVisibilityChangedRequest) (*pb.OnVisibilityChangedResponse, error)
func (*TvAdViewServer) PrepareAdService ¶
func (s *TvAdViewServer) PrepareAdService(_ context.Context, req *pb.PrepareAdServiceRequest) (*pb.PrepareAdServiceResponse, error)
func (*TvAdViewServer) Reset ¶
func (s *TvAdViewServer) Reset(_ context.Context, req *pb.ResetRequest) (*pb.ResetResponse, error)
func (*TvAdViewServer) ResetAdService ¶
func (s *TvAdViewServer) ResetAdService(_ context.Context, req *pb.ResetAdServiceRequest) (*pb.ResetAdServiceResponse, error)
func (*TvAdViewServer) SendCurrentChannelUri ¶
func (s *TvAdViewServer) SendCurrentChannelUri(_ context.Context, req *pb.SendCurrentChannelUriRequest) (*pb.SendCurrentChannelUriResponse, error)
func (*TvAdViewServer) SendCurrentTvInputId ¶
func (s *TvAdViewServer) SendCurrentTvInputId(_ context.Context, req *pb.SendCurrentTvInputIdRequest) (*pb.SendCurrentTvInputIdResponse, error)
func (*TvAdViewServer) SendCurrentVideoBounds ¶
func (s *TvAdViewServer) SendCurrentVideoBounds(_ context.Context, req *pb.SendCurrentVideoBoundsRequest) (*pb.SendCurrentVideoBoundsResponse, error)
func (*TvAdViewServer) SendSigningResult ¶
func (s *TvAdViewServer) SendSigningResult(_ context.Context, req *pb.SendSigningResultRequest) (*pb.SendSigningResultResponse, error)
func (*TvAdViewServer) SetCallback ¶
func (s *TvAdViewServer) SetCallback(_ context.Context, req *pb.SetCallbackRequest) (*pb.SetCallbackResponse, error)
func (*TvAdViewServer) SetOnUnhandledInputEventListener ¶
func (s *TvAdViewServer) SetOnUnhandledInputEventListener(_ context.Context, req *pb.SetOnUnhandledInputEventListenerRequest) (*pb.SetOnUnhandledInputEventListenerResponse, error)
func (*TvAdViewServer) SetTvView ¶
func (s *TvAdViewServer) SetTvView(_ context.Context, req *pb.SetTvViewRequest) (*pb.SetTvViewResponse, error)
func (*TvAdViewServer) SetZOrderMediaOverlay ¶
func (s *TvAdViewServer) SetZOrderMediaOverlay(_ context.Context, req *pb.SetZOrderMediaOverlayRequest) (*pb.SetZOrderMediaOverlayResponse, error)
func (*TvAdViewServer) SetZOrderOnTop ¶
func (s *TvAdViewServer) SetZOrderOnTop(_ context.Context, req *pb.SetZOrderOnTopRequest) (*pb.SetZOrderOnTopResponse, error)
func (*TvAdViewServer) StartAdService ¶
func (s *TvAdViewServer) StartAdService(_ context.Context, req *pb.StartAdServiceRequest) (*pb.StartAdServiceResponse, error)
func (*TvAdViewServer) StopAdService ¶
func (s *TvAdViewServer) StopAdService(_ context.Context, req *pb.StopAdServiceRequest) (*pb.StopAdServiceResponse, error)
Click to show internal directories.
Click to hide internal directories.