Documentation
¶
Index ¶
- type ActivityManagerRunningTaskInfo
- type ActivityOptionsLaunchCookie
- type ActivityOptionsSceneTransitionInfo
- type AppOpsManagerHistoricalOps
- type AppOpsManagerPackageOps
- type AsyncNotedAppOp
- type ContentProviderHolder
- type IApplicationThread
- type IAssistDataReceiver
- type Notification
- type NotificationAction
- type NotificationChannel
- type NotificationChannelGroup
- type PendingIntent
- type ProfilerInfo
- type ReceiverInfo
- type RuntimeAppOpAccessMessage
- type SyncNotedAppOp
- type VoiceInteractorPickOptionRequestOption
- type VoiceInteractorPrompt
- type WindowConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityManagerRunningTaskInfo ¶
type ActivityManagerRunningTaskInfo struct {
}
func (*ActivityManagerRunningTaskInfo) MarshalParcel ¶
func (s *ActivityManagerRunningTaskInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*ActivityManagerRunningTaskInfo) UnmarshalParcel ¶
func (s *ActivityManagerRunningTaskInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type ActivityOptionsLaunchCookie ¶
type ActivityOptionsLaunchCookie struct {
}
func (*ActivityOptionsLaunchCookie) MarshalParcel ¶
func (s *ActivityOptionsLaunchCookie) MarshalParcel( p *parcel.Parcel, ) error
func (*ActivityOptionsLaunchCookie) UnmarshalParcel ¶
func (s *ActivityOptionsLaunchCookie) UnmarshalParcel( p *parcel.Parcel, ) error
type ActivityOptionsSceneTransitionInfo ¶
type ActivityOptionsSceneTransitionInfo struct {
}
func (*ActivityOptionsSceneTransitionInfo) MarshalParcel ¶
func (s *ActivityOptionsSceneTransitionInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*ActivityOptionsSceneTransitionInfo) UnmarshalParcel ¶
func (s *ActivityOptionsSceneTransitionInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type AppOpsManagerHistoricalOps ¶
type AppOpsManagerHistoricalOps struct {
}
func (*AppOpsManagerHistoricalOps) MarshalParcel ¶
func (s *AppOpsManagerHistoricalOps) MarshalParcel( p *parcel.Parcel, ) error
func (*AppOpsManagerHistoricalOps) UnmarshalParcel ¶
func (s *AppOpsManagerHistoricalOps) UnmarshalParcel( p *parcel.Parcel, ) error
type AppOpsManagerPackageOps ¶
type AppOpsManagerPackageOps struct {
}
func (*AppOpsManagerPackageOps) MarshalParcel ¶
func (s *AppOpsManagerPackageOps) MarshalParcel( p *parcel.Parcel, ) error
func (*AppOpsManagerPackageOps) UnmarshalParcel ¶
func (s *AppOpsManagerPackageOps) UnmarshalParcel( p *parcel.Parcel, ) error
type AsyncNotedAppOp ¶
func (*AsyncNotedAppOp) MarshalParcel ¶
func (s *AsyncNotedAppOp) MarshalParcel( p *parcel.Parcel, ) error
func (*AsyncNotedAppOp) UnmarshalParcel ¶
func (s *AsyncNotedAppOp) UnmarshalParcel( p *parcel.Parcel, ) error
type ContentProviderHolder ¶
func (*ContentProviderHolder) MarshalParcel ¶
func (s *ContentProviderHolder) MarshalParcel( p *parcel.Parcel, ) error
func (*ContentProviderHolder) UnmarshalParcel ¶
func (s *ContentProviderHolder) UnmarshalParcel( p *parcel.Parcel, ) error
type IApplicationThread ¶
type IAssistDataReceiver ¶
type Notification ¶ added in v0.0.8
type Notification struct {
When int64
CreationTime int64
Number int32
Defaults int32
Flags int32
AudioStreamType int32
LedARGB int32
LedOnMS int32
LedOffMS int32
IconLevel int32
Priority int32
Category string
GroupKey string
SortKey string
Visibility int32
Color int32
ChannelId string
Timeout int64
ShortcutId string
BadgeIcon int32
GroupAlertBehavior int32
AllowSystemGeneratedContextualActions bool
FgsDeferBehavior int32
SmallIcon *drawable.Icon
ContentIntent *PendingIntent
DeleteIntent *PendingIntent
TickerText *string
TickerView *widgetTypes.RemoteViews
ContentView *widgetTypes.RemoteViews
LargeIcon *drawable.Icon
FullScreenIntent *PendingIntent
BigContentView *widgetTypes.RemoteViews
HeadsUpContentView *widgetTypes.RemoteViews
PublicVersion *Notification
SettingsText *string
}
func (*Notification) MarshalParcel ¶ added in v0.0.8
func (s *Notification) MarshalParcel( p *parcel.Parcel, ) error
func (*Notification) UnmarshalParcel ¶ added in v0.0.8
func (s *Notification) UnmarshalParcel( p *parcel.Parcel, ) error
type NotificationAction ¶
type NotificationAction struct {
}
func (*NotificationAction) MarshalParcel ¶
func (s *NotificationAction) MarshalParcel( p *parcel.Parcel, ) error
func (*NotificationAction) UnmarshalParcel ¶
func (s *NotificationAction) UnmarshalParcel( p *parcel.Parcel, ) error
type NotificationChannel ¶
type NotificationChannel struct {
Importance int32
BypassDnd bool
LockscreenVisibility int32
Lights bool
UserLockedFields int32
UserVisibleTaskShown bool
VibrationEnabled bool
ShowBadge bool
Deleted bool
LightColor int32
BlockableSystem bool
AllowBubbles int32
OriginalImportance int32
ParentId string
ConversationId string
Demoted bool
ImportantConvo bool
DeletedTime int64
ImportanceLockedDefaultApp bool
}
func (*NotificationChannel) MarshalParcel ¶
func (s *NotificationChannel) MarshalParcel( p *parcel.Parcel, ) error
func (*NotificationChannel) UnmarshalParcel ¶
func (s *NotificationChannel) UnmarshalParcel( p *parcel.Parcel, ) error
type NotificationChannelGroup ¶
func (*NotificationChannelGroup) MarshalParcel ¶
func (s *NotificationChannelGroup) MarshalParcel( p *parcel.Parcel, ) error
func (*NotificationChannelGroup) UnmarshalParcel ¶
func (s *NotificationChannelGroup) UnmarshalParcel( p *parcel.Parcel, ) error
type PendingIntent ¶
type PendingIntent struct {
}
func (*PendingIntent) MarshalParcel ¶
func (s *PendingIntent) MarshalParcel( p *parcel.Parcel, ) error
func (*PendingIntent) UnmarshalParcel ¶
func (s *PendingIntent) UnmarshalParcel( p *parcel.Parcel, ) error
type ProfilerInfo ¶
type ProfilerInfo struct {
ProfileFile string
SamplingInterval int32
AutoStopProfiler bool
StreamingOutput bool
Agent string
AttachAgentDuringBind bool
ClockType int32
}
func (*ProfilerInfo) MarshalParcel ¶
func (s *ProfilerInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*ProfilerInfo) UnmarshalParcel ¶
func (s *ProfilerInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type ReceiverInfo ¶
type ReceiverInfo struct {
Intent contentTypes.Intent
Data string
Extras osTypes.Bundle
AssumeDelivered bool
SendingUser int32
ProcessState int32
ResultCode int32
SendingUid int32
SendingPackage string
Registered bool
Receiver contentTypes.IIntentReceiver
Ordered bool
Sticky bool
ActivityInfo pmTypes.ActivityInfo
CompatInfo resTypes.CompatibilityInfo
Sync bool
}
func (*ReceiverInfo) MarshalParcel ¶
func (s *ReceiverInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*ReceiverInfo) UnmarshalParcel ¶
func (s *ReceiverInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type RuntimeAppOpAccessMessage ¶
type RuntimeAppOpAccessMessage struct {
Flg int32
Uid int32
OpCode int32
PackageName string
Message string
SamplingStrategy int32
}
func (*RuntimeAppOpAccessMessage) MarshalParcel ¶
func (s *RuntimeAppOpAccessMessage) MarshalParcel( p *parcel.Parcel, ) error
func (*RuntimeAppOpAccessMessage) UnmarshalParcel ¶
func (s *RuntimeAppOpAccessMessage) UnmarshalParcel( p *parcel.Parcel, ) error
type SyncNotedAppOp ¶
func (*SyncNotedAppOp) MarshalParcel ¶
func (s *SyncNotedAppOp) MarshalParcel( p *parcel.Parcel, ) error
func (*SyncNotedAppOp) UnmarshalParcel ¶
func (s *SyncNotedAppOp) UnmarshalParcel( p *parcel.Parcel, ) error
type VoiceInteractorPickOptionRequestOption ¶
type VoiceInteractorPickOptionRequestOption struct {
}
func (*VoiceInteractorPickOptionRequestOption) MarshalParcel ¶
func (s *VoiceInteractorPickOptionRequestOption) MarshalParcel( p *parcel.Parcel, ) error
func (*VoiceInteractorPickOptionRequestOption) UnmarshalParcel ¶
func (s *VoiceInteractorPickOptionRequestOption) UnmarshalParcel( p *parcel.Parcel, ) error
type VoiceInteractorPrompt ¶
type VoiceInteractorPrompt struct {
}
func (*VoiceInteractorPrompt) MarshalParcel ¶
func (s *VoiceInteractorPrompt) MarshalParcel( p *parcel.Parcel, ) error
func (*VoiceInteractorPrompt) UnmarshalParcel ¶
func (s *VoiceInteractorPrompt) UnmarshalParcel( p *parcel.Parcel, ) error
type WindowConfiguration ¶
type WindowConfiguration struct {
WindowingMode int32
ActivityType int32
AlwaysOnTop int32
Rotation int32
DisplayWindowingMode int32
DisplayRotation int32
}
func (*WindowConfiguration) MarshalParcel ¶
func (s *WindowConfiguration) MarshalParcel( p *parcel.Parcel, ) error
func (*WindowConfiguration) UnmarshalParcel ¶
func (s *WindowConfiguration) UnmarshalParcel( p *parcel.Parcel, ) error
Source Files
¶
- activitymanagerrunningtaskinfo.go
- activityoptionslaunchcookie.go
- activityoptionsscenetransitioninfo.go
- appopsmanagerhistoricalops.go
- appopsmanagerpackageops.go
- asyncnotedappop.go
- contentproviderholder.go
- iapplicationthread.go
- iassistdatareceiver.go
- notification.go
- notificationaction.go
- notificationchannel.go
- notificationchannelgroup.go
- pendingintent.go
- profilerinfo.go
- receiverinfo.go
- runtimeappopaccessmessage.go
- syncnotedappop.go
- voiceinteractorpickoptionrequestoption.go
- voiceinteractorprompt.go
- windowconfiguration.go
Click to show internal directories.
Click to hide internal directories.