isSuspended

open fun isSuspended(): Boolean

Whether this subscription is in account hold — Google Play could not charge the user's payment method and has suspended the subscription.

The user keeps the subscription record but must not receive premium access until they fix payment. Call showInAppMessages to let Play walk them through recovery.

Populated from Play Billing 9's client-side signal; earlier versions of this library required server-side verification to detect it.

Return

true when the subscription is on hold.

Since

4.4.0