BTNBoostInterface Protocol Reference

Conforms to NSObject
Declared in BTNBoostInterfaceProtocol.h

– fetchWithRequest:completionHandler: required method

DEPRECATED since v6.30.0

- (void)fetchWithRequest:(BTNBoostRequest *)request completionHandler:(nonnull void ( ^ ) ( BTNBoostResponse *__nullable boostResponse , NSError *__nullable error ))completionHandler

Parameters

request

A BoostRequest to be fetched.

completionHandler

A block called on completion of the fetch. The block gets an optional BoostResponse or an error if one occurred.

Discussion

DEPRECATED since v6.30.0

Fetches a Boost Response to be rendered in a BoostView.

If you receive a BoostResponse, render it in a BoostView, else adjust your app UI accordingly.

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

Declared In

BTNBoostInterfaceProtocol.h