SubscriptionPlan.Builder.SetSummary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetSummary(ICharSequence) |
Sets a brief, human-readable summary of the subscription plan. |
| SetSummary(String) |
SetSummary(ICharSequence)
Sets a brief, human-readable summary of the subscription plan.
[Android.Runtime.Register("setSummary", "(Ljava/lang/CharSequence;)Landroid/telephony/SubscriptionPlan$Builder;", "GetSetSummary_Ljava_lang_CharSequence_Handler", ApiSince=28)]
public virtual Android.Telephony.SubscriptionPlan.Builder? SetSummary(Java.Lang.ICharSequence? summary);
[<Android.Runtime.Register("setSummary", "(Ljava/lang/CharSequence;)Landroid/telephony/SubscriptionPlan$Builder;", "GetSetSummary_Ljava_lang_CharSequence_Handler", ApiSince=28)>]
abstract member SetSummary : Java.Lang.ICharSequence -> Android.Telephony.SubscriptionPlan.Builder
override this.SetSummary : Java.Lang.ICharSequence -> Android.Telephony.SubscriptionPlan.Builder
Parameters
- summary
- ICharSequence
A short, user-friendly summary of the plan, or null to clear it.
Returns
- Attributes
Remarks
Sets a brief, human-readable summary of the subscription plan. This could include details about the plan's features, such as "10GB of high-speed data" or "Unlimited talk and text". This summary is intended for display to the user.
Android reference for android.telephony.SubscriptionPlan.Builder.setSummary.
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
SetSummary(String)
public Android.Telephony.SubscriptionPlan.Builder? SetSummary(string? summary);
member this.SetSummary : string -> Android.Telephony.SubscriptionPlan.Builder
Parameters
- summary
- String