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.BundleExtras { 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.