Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DescriptionBuilderClient struct + func NewDescriptionBuilderClient(cc grpc.ClientConnInterface) *DescriptionBuilderClient + func (c *DescriptionBuilderClient) Build(ctx context.Context) (int64, error) + func (c *DescriptionBuilderClient) SetContent(ctx context.Context, arg0 int64) (int64, error) + func (c *DescriptionBuilderClient) SetContextDescription(ctx context.Context, arg0 string) (int64, error) + func (c *DescriptionBuilderClient) SetContextUri(ctx context.Context, arg0 int64) (int64, error) + func (c *DescriptionBuilderClient) SetId(ctx context.Context, arg0 string) (int64, error) + func (c *DescriptionBuilderClient) SetThumbnail(ctx context.Context, arg0 int64) (int64, error) + func (c *DescriptionBuilderClient) SetTitle(ctx context.Context, arg0 string) (int64, error) + type DescriptionClient struct + func NewDescriptionClient(cc grpc.ClientConnInterface) *DescriptionClient + func (c *DescriptionClient) DescribeContents(ctx context.Context) (int32, error) + func (c *DescriptionClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *DescriptionClient) GetComponent(ctx context.Context) (int64, error) + func (c *DescriptionClient) GetContent(ctx context.Context) (int64, error) + func (c *DescriptionClient) GetContextDescription(ctx context.Context) (int64, error) + func (c *DescriptionClient) GetContextUri(ctx context.Context) (int64, error) + func (c *DescriptionClient) GetDescription(ctx context.Context) (int64, error) + func (c *DescriptionClient) GetId(ctx context.Context) (string, error) + func (c *DescriptionClient) GetThumbnail(ctx context.Context) (int64, error) + func (c *DescriptionClient) GetTitle(ctx context.Context) (int64, error) + func (c *DescriptionClient) HashCode(ctx context.Context) (int32, error) + func (c *DescriptionClient) ToBuilder(ctx context.Context) (int64, error) + func (c *DescriptionClient) ToString(ctx context.Context) (string, error) + func (c *DescriptionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type InstanceClient struct + func NewInstanceClient(cc grpc.ClientConnInterface) *InstanceClient + func (c *InstanceClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *InstanceClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *InstanceClient) GetDescription(ctx context.Context, handle int64) (int64, error) + func (c *InstanceClient) GetId(ctx context.Context, handle int64) (string, error) + func (c *InstanceClient) GetInfo(ctx context.Context, handle int64) (int64, error) + func (c *InstanceClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *InstanceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type ServiceClient struct + func NewServiceClient(cc grpc.ClientConnInterface) *ServiceClient + func (c *ServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *ServiceClient) OnCreate(ctx context.Context) error + func (c *ServiceClient) OnCreateEngine0(ctx context.Context) (int64, error) + func (c *ServiceClient) OnCreateEngine1_1(ctx context.Context, arg0 int64) (int64, error) + func (c *ServiceClient) OnDestroy(ctx context.Context) error + type ServiceEngineClient struct + func NewServiceEngineClient(cc grpc.ClientConnInterface) *ServiceEngineClient + func (c *ServiceEngineClient) GetDesiredMinimumHeight(ctx context.Context) (int32, error) + func (c *ServiceEngineClient) GetDesiredMinimumWidth(ctx context.Context) (int32, error) + func (c *ServiceEngineClient) GetDisplayContext(ctx context.Context) (int64, error) + func (c *ServiceEngineClient) GetSurfaceHolder(ctx context.Context) (int64, error) + func (c *ServiceEngineClient) GetWallpaperFlags(ctx context.Context) (int32, error) + func (c *ServiceEngineClient) IsPreview(ctx context.Context) (bool, error) + func (c *ServiceEngineClient) IsVisible(ctx context.Context) (bool, error) + func (c *ServiceEngineClient) NotifyColorsChanged(ctx context.Context) error + func (c *ServiceEngineClient) OnApplyWallpaper(ctx context.Context, arg0 int32) (int64, error) + func (c *ServiceEngineClient) OnApplyWindowInsets(ctx context.Context, arg0 int64) error + func (c *ServiceEngineClient) OnCommand(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32, ...) (int64, error) + func (c *ServiceEngineClient) OnComputeColors(ctx context.Context) (int64, error) + func (c *ServiceEngineClient) OnCreate(ctx context.Context, arg0 int64) error + func (c *ServiceEngineClient) OnDesiredSizeChanged(ctx context.Context, arg0 int32, arg1 int32) error + func (c *ServiceEngineClient) OnDestroy(ctx context.Context) error + func (c *ServiceEngineClient) OnOffsetsChanged(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, ...) error + func (c *ServiceEngineClient) OnSurfaceChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error + func (c *ServiceEngineClient) OnSurfaceCreated(ctx context.Context, arg0 int64) error + func (c *ServiceEngineClient) OnSurfaceDestroyed(ctx context.Context, arg0 int64) error + func (c *ServiceEngineClient) OnSurfaceRedrawNeeded(ctx context.Context, arg0 int64) error + func (c *ServiceEngineClient) OnTouchEvent(ctx context.Context, arg0 int64) error + func (c *ServiceEngineClient) OnVisibilityChanged(ctx context.Context, arg0 bool) error + func (c *ServiceEngineClient) OnWallpaperFlagsChanged(ctx context.Context, arg0 int32) error + func (c *ServiceEngineClient) OnZoomChanged(ctx context.Context, arg0 float32) error + func (c *ServiceEngineClient) SetOffsetNotificationsEnabled(ctx context.Context, arg0 bool) error + func (c *ServiceEngineClient) SetTouchEventsEnabled(ctx context.Context, arg0 bool) error