unreal.InAppPurchaseState

class unreal.InAppPurchaseState

Bases: EnumBase

Possible result states of an in-app purchase transaction

C++ Source:

  • Plugin: OnlineSubsystem

  • Module: OnlineSubsystem

  • File: OnlineStoreInterfaceV2.h

ALREADY_OWNED: InAppPurchaseState

7

CANCELLED: InAppPurchaseState

3

FAILED: InAppPurchaseState

2

INVALID: InAppPurchaseState

4

NOT_ALLOWED: InAppPurchaseState

5

RESTORED: InAppPurchaseState

6

SUCCESS: InAppPurchaseState

1

UNKNOWN: InAppPurchaseState

0