ONGCustomRegistrationChallengeSender Protocol Reference

Conforms to NSObject
Declared in ONGCustomRegistrationChallenge.h

Overview

Protocol describing SDK object waiting for response to custom registration challenge.

– respondWithData:challenge: required method

Method providing Custom registration data to the SDK.

- (void)respondWithData:(nullable NSString *)data challenge:(ONGCustomRegistrationChallenge *)challenge

Parameters

data

data provided by the user

challenge

registration request challenge for which the response is made

Declared In

ONGCustomRegistrationChallenge.h

– cancelChallenge: required method

Method to cancel challenge

- (void)cancelChallenge:(ONGCustomRegistrationChallenge *)challenge

Parameters

challenge

registration request challenge that needs to be cancelled

Declared In

ONGCustomRegistrationChallenge.h