Share via


SettingsPreferenceMetadata.LaunchIntent Property

Definition

Returns the intent to launch the host app page for this Preference.

public Android.Content.Intent? LaunchIntent { [Android.Runtime.Register("getLaunchIntent", "()Landroid/content/Intent;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getLaunchIntent", "()Landroid/content/Intent;", "", ApiSince=36)>]
member this.LaunchIntent : Android.Content.Intent

Property Value

Attributes

Remarks

Returns the intent to launch the host app page for this Preference.

Java documentation for android.service.settings.preferences.SettingsPreferenceMetadata.getLaunchIntent().

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