BTNMerchantActionSettings Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | BTNMerchantActionSettings.h |
– init
Unavailable. Use initWithPresentUnattributedAction: instead.
- (instancetype)initReturn Value
Returns nil.
Discussion
Unavailable. Use initWithPresentUnattributedAction: instead.
Declared In
BTNMerchantActionSettings.h
– initWithPresentUnattributedAction:
Initializes a new settings instance.
- (instancetype)initWithPresentUnattributedAction:(BOOL)shouldPresentUnattributedActionParameters
shouldPresentUnattributedAction |
Indicates whether Button should present unattributed action to user. |
|---|
Discussion
Initializes a new settings instance.
Declared In
BTNMerchantActionSettings.h
shouldPresentUnattributedAction
Indicates whether Button should present unattributed action to user. Set YES and Button will present unattributed action in a web view. No-op otherwise.
@property (nonatomic, assign, readonly) BOOL shouldPresentUnattributedActionDiscussion
Indicates whether Button should present unattributed action to user. Set YES and Button will present unattributed action in a web view. No-op otherwise.
Declared In
BTNMerchantActionSettings.h