SubscriptionPlan.Builder.SetTitle 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 |
|---|---|
| SetTitle(ICharSequence) |
Sets a user-visible title for this plan. |
| SetTitle(String) |
SetTitle(ICharSequence)
Sets a user-visible title for this plan.
[Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)Landroid/telephony/SubscriptionPlan$Builder;", "GetSetTitle_Ljava_lang_CharSequence_Handler", ApiSince=28)]
public virtual Android.Telephony.SubscriptionPlan.Builder SetTitle(Java.Lang.ICharSequence title);
[<Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)Landroid/telephony/SubscriptionPlan$Builder;", "GetSetTitle_Ljava_lang_CharSequence_Handler", ApiSince=28)>]
abstract member SetTitle : Java.Lang.ICharSequence -> Android.Telephony.SubscriptionPlan.Builder
override this.SetTitle : Java.Lang.ICharSequence -> Android.Telephony.SubscriptionPlan.Builder
Parameters
- title
- ICharSequence
The title of the plan. This value may be null.
Returns
The same Builder instance to continue building the plan.
- Attributes
Remarks
Sets a user-visible title for this plan. This title is provided by the carrier to identify the subscription plan, for example, "Unlimited+" or "Family plan". It is intended for display to the user.
Android reference for android.telephony.SubscriptionPlan.Builder.setTitle.
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
SetTitle(String)
public Android.Telephony.SubscriptionPlan.Builder SetTitle(string title);
member this.SetTitle : string -> Android.Telephony.SubscriptionPlan.Builder
Parameters
- title
- String