Lingua

Intent.UriIntentScheme Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Content.IntentUriType enum directly instead of this field.

Flag da usare con #toUri e #parseUri: la stringa URI ha sempre lo schema "intent:".

[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.", true)]
public const Android.Content.IntentUriType UriIntentScheme = 1;
[<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.", true)>]
val mutable UriIntentScheme : Android.Content.IntentUriType

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Flag da usare con #toUri e #parseUri: la stringa URI ha sempre lo schema "intent:". Questa sintassi può essere usata quando si vuole disambiguare in un secondo momento tra gli URI destinati a descrivere una finalità e tutte le altre che devono essere considerate URI non elaborati. Se usato con #parseUri, qualsiasi altro schema genererà un'azione VIEW generica per l'URI non elaborato.

per android.content.Intent.URI_INTENT_SCHEME.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a