IntentFilter class
Structured description of Intent values to be matched.
An IntentFilter can match against actions, categories, and data (either via its type, scheme, and/or path) in an Intent. It also includes a "priority" value which is used to order multiple matching filters.
See: https://developer.android.com/reference/android/content/IntentFilter
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- parcelableCreator → String
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
describeContents(
) → int -
Describe any special objects contained in this instance's marshaled representation.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeToParcel(
Parcel parcel, [int flags = 0]) → void -
Flatten this object in to a Parcel.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited