Android.Content.Intent.Scheme Property
Return the scheme portion of the intent's data.

Syntax

[get: Android.Runtime.Register("getScheme", "()Ljava/lang/String;", "GetGetSchemeHandler")]
public virtual string Scheme { get; }

See Also

Intent.Data

Value

Documentation for this section has not yet been entered.

Remarks

Return the scheme portion of the intent's data. If the data is null or does not include a scheme, null is returned. Otherwise, the scheme prefix without the final ':' is returned, i.e. "http".

This is the same as calling getData().getScheme() (and checking for null data).

[Android Documentation]

Requirements

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