Class IntentFilter
The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html
Implements
Inherited Members
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 |