Share via


Intent.ExtraChooserContentTypeHint Field

Definition

Optional integer extra to be used with #ACTION_CHOOSER to describe conteng being shared.

[Android.Runtime.Register("EXTRA_CHOOSER_CONTENT_TYPE_HINT", ApiSince=35)]
public const string ExtraChooserContentTypeHint;
[<Android.Runtime.Register("EXTRA_CHOOSER_CONTENT_TYPE_HINT", ApiSince=35)>]
val mutable ExtraChooserContentTypeHint : string

Field Value

Implements

Attributes

Remarks

Optional integer extra to be used with #ACTION_CHOOSER to describe conteng being shared.

If provided, sharesheets may customize their UI presentation to include a more precise description of the content being shared.

Java documentation for android.content.Intent.EXTRA_CHOOSER_CONTENT_TYPE_HINT.

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.

Applies to