Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
<ActivationDelegate> Protocol Reference

#include <ActivationDelegate.h>

Inherits <NSObject>.

Inherited by <OnlineActivationDelegate>.

Instance Methods

(void) - onActivationSuccess
 
(void) - onActivationAborted
 
(void) - onActivationInputError:
 

Detailed Description

The ActivationDelegate protocol defines the minimal methods that must be implemented in order to receive delegates during the activation process.

Method Documentation

◆ onActivationAborted

- (void) onActivationAborted

Called upon activation process aborted.

◆ onActivationInputError:

- (void) onActivationInputError: (OnlineActivationInputError *) error

Called upon activation process error due to bad user input.

Parameters
errorreturned error

◆ onActivationSuccess

- (void) onActivationSuccess

Called upon activation process success.


The documentation for this protocol was generated from the following file: