Intent.ExtraReferrerName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alternate version of #EXTRA_REFERRER
that supplies the URI as a String rather
than a android.net.Uri
object.
[Android.Runtime.Register("EXTRA_REFERRER_NAME", ApiSince=22)]
public const string ExtraReferrerName;
[<Android.Runtime.Register("EXTRA_REFERRER_NAME", ApiSince=22)>]
val mutable ExtraReferrerName : string
Field Value
Implements
- Attributes
Remarks
Alternate version of #EXTRA_REFERRER
that supplies the URI as a String rather than a android.net.Uri
object. Only for use in cases where Uri objects can not be created, in particular when Intent extras are supplied through the #URI_INTENT_SCHEME intent:
or #URI_ANDROID_APP_SCHEME android-app:
schemes.
Java documentation for android.content.Intent.EXTRA_REFERRER_NAME
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.