BTNBoostView Class Reference

Inherits from UIView
Declared in BTNBoostView.h

Overview

DEPRECATED since v6.30.0

@important Boost is a private beta product. If you’re interested in Boost, reach out to your Button contact.

  delegate

DEPRECATED since v6.30.0

@property (nullable, nonatomic, readwrite, weak) id<BTNBoostViewDelegate> delegate

Discussion

DEPRECATED since v6.30.0

An optional delegate that implements the BTNBoostViewDelegate protocol. When set, receives a PurchasePathRequest that the developer is expected to fetch and, upon a successful response, start. If left nil, the fetching and starting will be handled automatically by the Button SDK.

Declared In

BTNBoostView.h

– render:completionHandler:

DEPRECATED since v6.30.0

- (void)render:(nullable BTNBoostResponse *)boostResponse completionHandler:(nullable void ( ^ ) ( NSError *__nullable error ))completionHandler

Parameters

boostResponse

The response of fetching a BoostRequest.

completionHandler

Called upon success or Boost view load error.

Discussion

DEPRECATED since v6.30.0

Renders a Boost response in the Boost view.

Declared In

BTNBoostView.h