BTNMerchantActionResult Constants Reference
| Declared in | BTNMerchantAction.h |
|---|
BTNMerchantActionResult
Represents result of merchant action flow.
Definition
typedef NS_ENUM(NSInteger, BTNMerchantActionResult ) {
BTNMerchantActionResultError = 0,
BTNMerchantActionResultNoActionPresented,
BTNMerchantActionResultUnattributedActionEnded,
BTNMerchantActionResultAttributedActionEnded,
};
Constants
BTNMerchantActionResultError-
An error occurred and Button could not proceed.
Declared In
BTNMerchantAction.h. BTNMerchantActionResultNoActionPresented-
No action was presented.Declared In
BTNMerchantAction.h. BTNMerchantActionResultUnattributedActionEnded-
Button finished presenting an unattributed action.
Declared In
BTNMerchantAction.h. BTNMerchantActionResultAttributedActionEnded-
Button finished presenting an attributed action.
Declared In
BTNMerchantAction.h.
Declared In
BTNMerchantAction.h