Preference.SetSummary(Int32) Method

Definition

Sets the summary for this Preference with a resource ID.

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

Parameters

summaryResId
Int32

the summary as a resource

Attributes

Remarks

Sets the summary for this Preference with a resource ID.

Java documentation for android.preference.Preference.setSummary(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