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 DescriptorIContentObserver + const MethodIContentObserverOnChange + const MethodIContentObserverOnChangeEtc + const TransactionIContentObserverOnChange + const TransactionIContentObserverOnChangeEtc + type ContentObserverProxy struct + Remote binder.IBinder + func NewContentObserverProxy(remote binder.IBinder) *ContentObserverProxy + func (p *ContentObserverProxy) AsBinder() binder.IBinder + func (p *ContentObserverProxy) OnChange(ctx context.Context, selfUpdate bool, uri net.Uri) error + func (p *ContentObserverProxy) OnChangeEtc(ctx context.Context, selfUpdate bool, uri []net.Uri, flags int32) error + type ContentObserverStub struct + Impl IContentObserver + Transport binder.VersionAwareTransport + func (s *ContentObserverStub) Descriptor() string + func (s *ContentObserverStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error) + type CursorWindow struct + func (s *CursorWindow) MarshalParcel(p *parcel.Parcel) error + func (s *CursorWindow) UnmarshalParcel(p *parcel.Parcel) error + type IContentObserver interface + AsBinder func() binder.IBinder + OnChange func(ctx context.Context, selfUpdate bool, uri net.Uri) error + OnChangeEtc func(ctx context.Context, selfUpdate bool, uri []net.Uri, flags int32) error + func NewContentObserverStub(impl IContentObserverServer) IContentObserver + type IContentObserverServer interface + OnChange func(ctx context.Context, selfUpdate bool, uri net.Uri) error + OnChangeEtc func(ctx context.Context, selfUpdate bool, uri []net.Uri, flags int32) error