Skip to main content

EditorPromoCode Class

Public Member Functions

bool Validate (string promoCode, int validationId, string nativeMessagesReceiverName, string receiversSuccessListenerName, string receiversErrorListenerName)
 Stand alone implementation of PromoCode validation interface. More...
 
bool Validate (string promoCode, int validationId, string nativeMessagesReceiverName, string receiversSuccessListenerName, string receiversErrorListenerName)
 Interface to validate Promo Codes. More...
 

Member Function Documentation

◆ Validate()

bool BFGSDK.EditorPromoCode.Validate (string promoCode,
int validationId,
string nativeMessagesReceiverName,
string receiversSuccessListenerName,
string receiversErrorListenerName 
)
inline
Stand alone implementation of PromoCode validation interface.
Parameters
promoCode
validationId
nativeMessagesReceiverName
receiversSuccessListenerName
receiversErrorListenerName
Implements BFGSDK.IPromoCode.