ONGRegistrationRequestChallengeSender Protocol Reference

Conforms to NSObject
Declared in ONGRegistrationRequestChallenge.h

Overview

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

– respondWithURL:challenge: required method

Method providing the URL to the SDK.

- (void)respondWithURL:(NSURL *)url challenge:(ONGRegistrationRequestChallenge *)challenge

Parameters

url

URL provided by the user

challenge

registration request challenge for which the response is made

Declared In

ONGRegistrationRequestChallenge.h

– cancelChallenge: required method

Method to cancel challenge

- (void)cancelChallenge:(ONGRegistrationRequestChallenge *)challenge

Parameters

challenge

registration request challenge that needs to be cancelled

Declared In

ONGRegistrationRequestChallenge.h