SubscriptionPlan.Builder.CreateNonrecurring 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.
Start defining a SubscriptionPlan that covers a very specific window of time, and never automatically recurs.
[Android.Runtime.Register("createNonrecurring", "(Ljava/time/ZonedDateTime;Ljava/time/ZonedDateTime;)Landroid/telephony/SubscriptionPlan$Builder;", "", ApiSince=28)]
public static Android.Telephony.SubscriptionPlan.Builder CreateNonrecurring(Java.Time.ZonedDateTime start, Java.Time.ZonedDateTime end);
[<Android.Runtime.Register("createNonrecurring", "(Ljava/time/ZonedDateTime;Ljava/time/ZonedDateTime;)Landroid/telephony/SubscriptionPlan$Builder;", "", ApiSince=28)>]
static member CreateNonrecurring : Java.Time.ZonedDateTime * Java.Time.ZonedDateTime -> Android.Telephony.SubscriptionPlan.Builder
Parameters
- start
- ZonedDateTime
The exact time at which the plan starts.
- end
- ZonedDateTime
The exact time at which the plan ends.
Returns
- Attributes
Remarks
Start defining a SubscriptionPlan that covers a very specific window of time, and never automatically recurs.
Android reference for android.telephony.SubscriptionPlan.Builder.createNonrecurring.
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.