Show / Hide Table of Contents

Class IntentFilter

The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html

Inheritance
object
IntentFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class IntentFilter : IDirectResponseSchema

Properties

ActionNames

The android:name value of the tag.

Declaration
[JsonProperty("actionNames")]
public virtual IList<string> ActionNames { get; set; }
Property Value
Type Description
IList<string>

CategoryNames

The android:name value of the tag.

Declaration
[JsonProperty("categoryNames")]
public virtual IList<string> CategoryNames { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MimeType

The android:mimeType value of the tag.

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX