Ad Manage Kit
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Ad Manage Kit
admanagekit-billing
/
com.i2hammad.admanagekit.billing
/
SubscriptionVerificationCallback
/
SubscriptionDetails
Subscription
Details
open
class
SubscriptionDetails
Subscription details returned from server-side verification.
Members
Types
Builder
Link copied to clipboard
open
class
Builder
Builder for SubscriptionDetails.
Properties
expiry
Time
Millis
Link copied to clipboard
val
expiryTimeMillis
:
Long
is
Auto
Renewing
Link copied to clipboard
val
isAutoRenewing
:
Boolean
linked
Purchase
Token
Link copied to clipboard
@get:
Nullable
val
linkedPurchaseToken
:
String
start
Time
Millis
Link copied to clipboard
val
startTimeMillis
:
Long
subscription
State
Link copied to clipboard
@get:
Nullable
val
subscriptionState
:
String
Functions
is
Expired
Link copied to clipboard
open
fun
isExpired
(
)
:
Boolean
Checks if the subscription has expired.