Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClipData ¶ added in v0.0.7
type ClipData struct {
ClipDescription ClipDescription
Icon *drawable.Icon
Items []ClipDataItem
}
func (*ClipData) MarshalParcel ¶ added in v0.0.7
type ClipDataItem ¶ added in v0.0.8
type ClipDescription ¶ added in v0.0.7
type ClipDescription struct {
TimeStamp int64
IsStyledText bool
ClassificationStatus int32
Label *string
MimeTypes []string
}
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 ¶
func (*ComponentName) MarshalParcel ¶
func (s *ComponentName) MarshalParcel( p *parcel.Parcel, ) error
func (*ComponentName) UnmarshalParcel ¶
func (s *ComponentName) UnmarshalParcel( p *parcel.Parcel, ) error
type IIntentReceiver ¶
type Intent ¶
type IntentFilter ¶ added in v0.0.7
type IntentFilter struct {
Priority int32
HasStaticPartialTypes bool
HasDynamicPartialTypes bool
InstantAppVisibility int32
Order int32
Categories []string
DataSchemes []string
StaticDataTypes []string
DataTypes []string
MimeGroups []string
}
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.