Android.Content.Intent.UriIntentScheme Field
Flag for use with Intent.ToUri(IntentUriType) and Intent.ParseUri(string, Android.Content.IntentUriType): the URI string always has the "intent:" scheme.

Value: 1

Syntax

[Android.Runtime.Register("URI_INTENT_SCHEME")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.IntentUriType enum directly instead of this field.")]
public const IntentUriType UriIntentScheme

Remarks

Flag for use with Intent.ToUri(IntentUriType) and Intent.ParseUri(string, Android.Content.IntentUriType): the URI string always has the "intent:" scheme. This syntax can be used when you want to later disambiguate between URIs that are intended to describe an Intent vs. all others that should be treated as raw URIs. When used with Intent.ParseUri(string, Android.Content.IntentUriType), any other scheme will result in a generic VIEW action for that raw URI.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4