Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropBoxManagerEntry ¶
type DropBoxManagerEntry struct {
}
func (*DropBoxManagerEntry) MarshalParcel ¶
func (s *DropBoxManagerEntry) MarshalParcel( p *parcel.Parcel, ) error
func (*DropBoxManagerEntry) UnmarshalParcel ¶
func (s *DropBoxManagerEntry) UnmarshalParcel( p *parcel.Parcel, ) error
type LocaleList ¶
type LocaleList struct {
StringRepresentation string
}
func (*LocaleList) MarshalParcel ¶
func (s *LocaleList) MarshalParcel( p *parcel.Parcel, ) error
func (*LocaleList) UnmarshalParcel ¶
func (s *LocaleList) UnmarshalParcel( p *parcel.Parcel, ) error
type ParcelUuid ¶ added in v0.0.7
type ParcelUuid struct {
}
func (*ParcelUuid) MarshalParcel ¶ added in v0.0.7
func (s *ParcelUuid) MarshalParcel( p *parcel.Parcel, ) error
func (*ParcelUuid) UnmarshalParcel ¶ added in v0.0.7
func (s *ParcelUuid) UnmarshalParcel( p *parcel.Parcel, ) error
type PersistableBundle ¶ added in v0.0.7
type PersistableBundle struct {
}
func (*PersistableBundle) MarshalParcel ¶ added in v0.0.7
func (s *PersistableBundle) MarshalParcel( p *parcel.Parcel, ) error
func (*PersistableBundle) UnmarshalParcel ¶ added in v0.0.7
func (s *PersistableBundle) UnmarshalParcel( p *parcel.Parcel, ) error
type RemoteCallback ¶
type RemoteCallback struct {
}
func (*RemoteCallback) MarshalParcel ¶
func (s *RemoteCallback) MarshalParcel( p *parcel.Parcel, ) error
func (*RemoteCallback) UnmarshalParcel ¶
func (s *RemoteCallback) UnmarshalParcel( p *parcel.Parcel, ) error
type ResultReceiver ¶
type ResultReceiver struct {
}
func (*ResultReceiver) MarshalParcel ¶
func (s *ResultReceiver) MarshalParcel( p *parcel.Parcel, ) error
func (*ResultReceiver) UnmarshalParcel ¶
func (s *ResultReceiver) UnmarshalParcel( p *parcel.Parcel, ) error
type UserHandle ¶
type UserHandle struct {
Handle int32
}
func (*UserHandle) MarshalParcel ¶
func (s *UserHandle) MarshalParcel( p *parcel.Parcel, ) error
func (*UserHandle) UnmarshalParcel ¶
func (s *UserHandle) UnmarshalParcel( p *parcel.Parcel, ) error
type VibrationEffect ¶ added in v0.0.7
type VibrationEffect struct {
}
func (*VibrationEffect) MarshalParcel ¶ added in v0.0.7
func (s *VibrationEffect) MarshalParcel( p *parcel.Parcel, ) error
func (*VibrationEffect) UnmarshalParcel ¶ added in v0.0.7
func (s *VibrationEffect) UnmarshalParcel( p *parcel.Parcel, ) error
type WorkSource ¶
type WorkSource struct {
Num int32
}
func (*WorkSource) MarshalParcel ¶
func (s *WorkSource) MarshalParcel( p *parcel.Parcel, ) error
func (*WorkSource) UnmarshalParcel ¶
func (s *WorkSource) UnmarshalParcel( p *parcel.Parcel, ) error
Click to show internal directories.
Click to hide internal directories.