PaymentAction Constants Reference

Declared in LMPaymentCore.h

PaymentAction

Definition

typedef NS_ENUM(NSInteger, PaymentAction ) {
   PA_Idle = 0,
   PA_Buy = 1,
   PA_Recover_BackGround = 2,
   PA_Recover_Manually = 3,
   PA_Buy_DataClearing = 4,
};

Constants

PA_Idle

Declared In LMPaymentCore.h.

PA_Buy

Declared In LMPaymentCore.h.

PA_Recover_BackGround

Declared In LMPaymentCore.h.

PA_Recover_Manually

Declared In LMPaymentCore.h.

PA_Buy_DataClearing

Declared In LMPaymentCore.h.