Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + const DescriptorIControl + const MethodIControlContinue + const TransactionIControlContinue + type ControlProxy struct + Remote binder.IBinder + func NewControlProxy(remote binder.IBinder) *ControlProxy + func (p *ControlProxy) AsBinder() binder.IBinder + func (p *ControlProxy) Continue(ctx context.Context) error + type ControlStub struct + Impl IControl + Transport binder.VersionAwareTransport + func (s *ControlStub) Descriptor() string + func (s *ControlStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error) + type IControl interface + AsBinder func() binder.IBinder + Continue func(ctx context.Context) error + func NewControlStub(impl IControlServer) IControl + type IControlServer interface + Continue func(ctx context.Context) error