Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributionSource ¶ added in v0.0.7
type AttributionSource struct {
}
func (*AttributionSource) MarshalParcel ¶ added in v0.0.7
func (s *AttributionSource) MarshalParcel( p *parcel.Parcel, ) error
func (*AttributionSource) UnmarshalParcel ¶ added in v0.0.7
func (s *AttributionSource) UnmarshalParcel( p *parcel.Parcel, ) error
type AttributionSourceState ¶ added in v0.0.7
type AttributionSourceState struct {
Pid int32
Uid int32
DeviceId int32
PackageName string
AttributionTag string
Token binder.IBinder
RenouncedPermissions []string
Next []AttributionSourceState
}
func (*AttributionSourceState) MarshalParcel ¶ added in v0.0.7
func (s *AttributionSourceState) MarshalParcel( p *parcel.Parcel, ) error
func (*AttributionSourceState) UnmarshalParcel ¶ added in v0.0.7
func (s *AttributionSourceState) UnmarshalParcel( p *parcel.Parcel, ) error
type AutofillOptions ¶ added in v0.0.7
type AutofillOptions struct {
LoggingLevel int32
CompatModeEnabled bool
AugmentedAutofillEnabled bool
AppDisabledExpiration int64
Size int32
}
func (*AutofillOptions) MarshalParcel ¶ added in v0.0.7
func (s *AutofillOptions) MarshalParcel( p *parcel.Parcel, ) error
func (*AutofillOptions) UnmarshalParcel ¶ added in v0.0.7
func (s *AutofillOptions) UnmarshalParcel( p *parcel.Parcel, ) error
type ClipData ¶ added in v0.0.7
type ClipData struct {
N int32
}
func (*ClipData) MarshalParcel ¶ added in v0.0.7
type ClipDescription ¶ added in v0.0.7
func (*ClipDescription) MarshalParcel ¶ added in v0.0.7
func (s *ClipDescription) MarshalParcel( p *parcel.Parcel, ) error
func (*ClipDescription) UnmarshalParcel ¶ added in v0.0.7
func (s *ClipDescription) UnmarshalParcel( p *parcel.Parcel, ) error
type ComponentName ¶
type ComponentName struct {
}
func (*ComponentName) MarshalParcel ¶
func (s *ComponentName) MarshalParcel( p *parcel.Parcel, ) error
func (*ComponentName) UnmarshalParcel ¶
func (s *ComponentName) UnmarshalParcel( p *parcel.Parcel, ) error
type ContentCaptureOptions ¶ added in v0.0.7
type ContentCaptureOptions struct {
Lite bool
LoggingLevel int32
MaxBufferSize int32
IdleFlushingFrequencyMs int32
TextChangeFlushingFrequencyMs int32
LogHistorySize int32
DisableFlushForViewTreeAppearing bool
EnableReceiver bool
}
func (*ContentCaptureOptions) MarshalParcel ¶ added in v0.0.7
func (s *ContentCaptureOptions) MarshalParcel( p *parcel.Parcel, ) error
func (*ContentCaptureOptions) UnmarshalParcel ¶ added in v0.0.7
func (s *ContentCaptureOptions) UnmarshalParcel( p *parcel.Parcel, ) error
type IIntentReceiver ¶
type IIntentSender ¶ added in v0.0.7
type Intent ¶
type IntentFilter ¶ added in v0.0.7
func (*IntentFilter) MarshalParcel ¶ added in v0.0.7
func (s *IntentFilter) MarshalParcel( p *parcel.Parcel, ) error
func (*IntentFilter) UnmarshalParcel ¶ added in v0.0.7
func (s *IntentFilter) UnmarshalParcel( p *parcel.Parcel, ) error
type IntentSender ¶
type IntentSender struct {
}
func (*IntentSender) MarshalParcel ¶
func (s *IntentSender) MarshalParcel( p *parcel.Parcel, ) error
func (*IntentSender) UnmarshalParcel ¶
func (s *IntentSender) UnmarshalParcel( p *parcel.Parcel, ) error
Click to show internal directories.
Click to hide internal directories.