TwoStatePreference.SetSummaryOn(Int32) Method

Definition

[Android.Runtime.Register("setSummaryOn", "(I)V", "GetSetSummaryOn_IHandler")]
public virtual void SetSummaryOn (int summaryResId);
[<Android.Runtime.Register("setSummaryOn", "(I)V", "GetSetSummaryOn_IHandler")>]
abstract member SetSummaryOn : int -> unit
override this.SetSummaryOn : int -> unit

Parameters

summaryResId
Int32

The summary as a resource.

Attributes

Remarks

Java documentation for android.preference.TwoStatePreference.setSummaryOn(int).

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

See also