Skip to main content

IPromoCode Interface

Public Member Functions

bool Validate (string promoCode, int validationId, string nativeMessagesReceiverName, string receiversSuccessListenerName, string receiversErrorListenerName)
 Interface to validate Promo Codes. More...
 

Member Function Documentation

◆ Validate()

bool BFGSDK.IPromoCode.Validate (string promoCode,
int validationId,
string nativeMessagesReceiverName,
string receiversSuccessListenerName,
string receiversErrorListenerName 
)
Interface to validate Promo Codes.
Parameters
promoCode
validationId
nativeMessagesReceiverName
receiversSuccessListenerName
receiversErrorListenerName
Implemented in BFGSDK.AndroidPromoCode, BFGSDK.EditorPromoCode, BFGSDK.iOSPromoCode, and BFGSDK.StandalonePromoCode.