Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type CallbackClient struct + func NewCallbackClient(cc grpc.ClientConnInterface) *CallbackClient + func (c *CallbackClient) OnToastHidden(ctx context.Context) error + func (c *CallbackClient) OnToastShown(ctx context.Context) error + type ToastClient struct + func NewToastClient(cc grpc.ClientConnInterface) *ToastClient + func (c *ToastClient) AddCallback(ctx context.Context, handle int64, arg0 int64) error + func (c *ToastClient) Cancel(ctx context.Context, handle int64) error + func (c *ToastClient) GetDuration(ctx context.Context, handle int64) (int32, error) + func (c *ToastClient) GetGravity(ctx context.Context, handle int64) (int32, error) + func (c *ToastClient) GetHorizontalMargin(ctx context.Context, handle int64) (float32, error) + func (c *ToastClient) GetVerticalMargin(ctx context.Context, handle int64) (float32, error) + func (c *ToastClient) GetView(ctx context.Context, handle int64) (int64, error) + func (c *ToastClient) GetXOffset(ctx context.Context, handle int64) (int32, error) + func (c *ToastClient) GetYOffset(ctx context.Context, handle int64) (int32, error) + func (c *ToastClient) MakeText3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int64, error) + func (c *ToastClient) MakeText3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int32) (int64, error) + func (c *ToastClient) RemoveCallback(ctx context.Context, handle int64, arg0 int64) error + func (c *ToastClient) SetDuration(ctx context.Context, handle int64, arg0 int32) error + func (c *ToastClient) SetGravity(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *ToastClient) SetMargin(ctx context.Context, handle int64, arg0 float32, arg1 float32) error + func (c *ToastClient) SetText1(ctx context.Context, handle int64, arg0 int32) error + func (c *ToastClient) SetText1_1(ctx context.Context, handle int64, arg0 string) error + func (c *ToastClient) SetView(ctx context.Context, handle int64, arg0 int64) error + func (c *ToastClient) Show(ctx context.Context, handle int64) error