CheckBoxPreference.SetSummaryOn(Int32) Method

Definition

Caution

Use the AndroidX Preference Library for consistent behavior across all devices.

[Android.Runtime.Register("setSummaryOn", "(I)V", "GetSetSummaryOn_IHandler")]
[System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")]
public override void SetSummaryOn (int summaryResId);
[<Android.Runtime.Register("setSummaryOn", "(I)V", "GetSetSummaryOn_IHandler")>]
[<System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")>]
override this.SetSummaryOn : int -> unit

Parameters

summaryResId
Int32
Attributes

Remarks

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