types

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

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

func (s *ClipData) MarshalParcel(
	p *parcel.Parcel,
) error

func (*ClipData) UnmarshalParcel added in v0.0.7

func (s *ClipData) UnmarshalParcel(
	p *parcel.Parcel,
) error

type ClipDataItem added in v0.0.8

type ClipDataItem struct {
	Text     *string
	HtmlText *string
}

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

type ComponentName struct {
	Package string
	Class   string
}

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 IIntentReceiver interface {
	AsBinder() binder.IBinder
}

type Intent

type Intent struct {
	Action          string
	Type            string
	Identifier      string
	Flags           int32
	ExtendedFlags   int32
	Package         string
	ContentUserHint int32
	ComponentName   ComponentName
	Selector        *Intent
	ClipData        *ClipData
	OriginalIntent  *Intent
}

func (*Intent) MarshalParcel

func (s *Intent) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Intent) UnmarshalParcel

func (s *Intent) UnmarshalParcel(
	p *parcel.Parcel,
) error

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

type LocusId

type LocusId struct {
	Id string
}

func (*LocusId) MarshalParcel

func (s *LocusId) MarshalParcel(
	p *parcel.Parcel,
) error

func (*LocusId) UnmarshalParcel

func (s *LocusId) UnmarshalParcel(
	p *parcel.Parcel,
) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL