Android.Preferences.Preference.Intent Property
Return the Android.Content.Intent associated with this Preference.

Syntax

[get: Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "GetGetIntentHandler")]
[set: Android.Runtime.Register("setIntent", "(Landroid/content/Intent;)V", "GetSetIntent_Landroid_content_Intent_Handler")]
public virtual Android.Content.Intent Intent { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the Android.Content.Intent associated with this Preference.

Set method documentation [Android Documentation]

Sets an Android.Content.Intent to be used for Android.Content.Context.StartActivity(Android.Content.Intent) when this Preference is clicked.

Requirements

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