BTNMerchantActionSettings Class Reference

Inherits from NSObject
Declared in BTNMerchantActionSettings.h

Overview

Settings object is used to customize merchant action flow.

– init

Unavailable. Use initWithPresentUnattributedAction: instead.

- (instancetype)init

Return Value

Returns nil.

Discussion

Unavailable. Use initWithPresentUnattributedAction: instead.

Declared In

BTNMerchantActionSettings.h

– initWithPresentUnattributedAction:

Initializes a new settings instance.

- (instancetype)initWithPresentUnattributedAction:(BOOL)shouldPresentUnattributedAction

Parameters

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 shouldPresentUnattributedAction

Discussion

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