Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ContentViewClient struct + func NewContentViewClient(cc grpc.ClientConnInterface) *ContentViewClient + func (c *ContentViewClient) GetSurfaceControl(ctx context.Context) (int64, error) + func (c *ContentViewClient) IsZOrderedOnTop(ctx context.Context) (bool, error) + func (c *ContentViewClient) OnLayout(ctx context.Context, arg0 bool, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error + func (c *ContentViewClient) SetClipBounds(ctx context.Context, arg0 int64) error + func (c *ContentViewClient) SetSurfaceControlCallback(ctx context.Context, arg0 int64) error + func (c *ContentViewClient) SetZOrderedOnTop(ctx context.Context, arg0 bool) (bool, error) + type ContentViewSurfaceControlCallbackClient struct + func NewContentViewSurfaceControlCallbackClient(cc grpc.ClientConnInterface) *ContentViewSurfaceControlCallbackClient + func (c *ContentViewSurfaceControlCallbackClient) OnCreated(ctx context.Context, arg0 int64) error + func (c *ContentViewSurfaceControlCallbackClient) OnDestroyed(ctx context.Context, arg0 int64) error + type PresentationSpecBuilderClient struct + func NewPresentationSpecBuilderClient(cc grpc.ClientConnInterface) *PresentationSpecBuilderClient + func (c *PresentationSpecBuilderClient) Build(ctx context.Context) (int64, error) + func (c *PresentationSpecBuilderClient) SetStyle(ctx context.Context, arg0 int64) (int64, error) + type PresentationSpecClient struct + func NewPresentationSpecClient(cc grpc.ClientConnInterface) *PresentationSpecClient + func (c *PresentationSpecClient) DescribeContents(ctx context.Context) (int32, error) + func (c *PresentationSpecClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *PresentationSpecClient) GetMaxSize(ctx context.Context) (int64, error) + func (c *PresentationSpecClient) GetMinSize(ctx context.Context) (int64, error) + func (c *PresentationSpecClient) GetStyle(ctx context.Context) (int64, error) + func (c *PresentationSpecClient) HashCode(ctx context.Context) (int32, error) + func (c *PresentationSpecClient) ToString(ctx context.Context) (string, error) + func (c *PresentationSpecClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error