Android.Preferences.Preference.Extras Property
Return the extras Bundle object associated with this preference, creating a new Bundle if there currently isn't one.

Syntax

[get: Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "GetGetExtrasHandler")]
public virtual Android.OS.Bundle Extras { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the extras Bundle object associated with this preference, creating a new Bundle if there currently isn't one. You can use this to get and set individual extra key/value pairs.

[Android Documentation]

Requirements

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