Google.Play.Billing

Summary

Enumerations

GooglePlayStoreProrationMode{
ImmediateWithTimeProration = 1,
ImmediateAndChargeProratedPrice = 2,
ImmediateWithoutProration = 3
}
enum
Proration modes during SKU replacement supported by Google Play.

Classes

Google.Play.Billing.GooglePlayStoreUnsupportedException

Thrown if the request is not supported by Google Play Billing plugin.

Namespaces

Google.Play.Billing.Editor

Enumerations

GooglePlayStoreProrationMode

GooglePlayStoreProrationMode

Proration modes during SKU replacement supported by Google Play.

Please refer to https://developer.android.com/google/play/billing/subs#change for instructions and examples.

Reserved enum: 4. Note that the Deferred mode is not supported here because it is not compatible with the Unity IAP. More details can be found at: https://issuetracker.google.com/168990998.

Properties
ImmediateAndChargeProratedPrice

Replacement takes effect immediately, and the billing cycle remains the same.

The price for the remaining period will be charged. This option is only available for subscription upgrade.

ImmediateWithTimeProration

Replacement takes effect immediately, and the remaining time will be prorated and credited to the user.

This is the current default behavior.

ImmediateWithoutProration

Replacement takes effect immediately, and the new price will be charged on next recurrence time.

The billing cycle stays the same.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2021年03月18日 UTC.