Functions for Unreal
IsWindowsSubscriber()
bool IsWindowsSubscriber();
Returns:
bool
TRUE
if the end user in a Windows subscriber; otherwise
FALSE
.
IsAndroidSubscriber()
bool IsAndroidSubscriber();
Returns:
bool
TRUE
if the end user is an Android subscriber; otherwise
FALSE
.
GetTransactionType()
SubscriptionTransactionType GetTransactionType();
Returns:
SubscriptionTransactionType
Determines the subscription type (such as paid, free trial, etc.).
Enums
SubscriptionTransactionType
| Value | Name | Description |
| 0 | UNKNOWN | End user is not a paid subscriber |
| 1 | PAID | End user is a paid subscriber |
| 2 | REDEEM | End user’s subscription from redeemed code |
| 3 | FREE_TRIAL | End user has a subscription via a free trial |