unreal.InAppPurchaseState

class unreal.InAppPurchaseState

Bases: unreal.EnumBase

Possible result states of an in-app purchase transaction

C++ Source:

  • Plugin: OnlineSubsystem

  • Module: OnlineSubsystem

  • File: OnlineStoreInterface.h

ALREADY_OWNED

7

CANCELLED

3

FAILED

2

INVALID

4

NOT_ALLOWED

5

RESTORED

6

SUCCESS

1

UNKNOWN

0