ONGCreatePinChallengeSender Protocol Reference

Conforms to NSObject
Declared in ONGCreatePinChallenge.h

Overview

Protocol describing SDK object waiting for response to create PIN challenge.

– respondWithCreatedPin:challenge: required method

Method providing the PIN to the SDK.

- (void)respondWithCreatedPin:(NSString *)pin challenge:(ONGCreatePinChallenge *)challenge

Parameters

pin

PIN provided by the user

challenge

create pin challenge for which the response is made

Declared In

ONGCreatePinChallenge.h

– cancelChallenge: required method

Method to cancel challenge

- (void)cancelChallenge:(ONGCreatePinChallenge *)challenge

Parameters

challenge

create pin challenge that needs to be cancelled

Declared In

ONGCreatePinChallenge.h