![]() |
Orchestration SDK 5.10.1
|
#include <OnlineActivationDelegate.h>
Inherits <ActivationDelegate>.
Instance Methods | |
(void) | - onActivationStepCompleteWithCommand: |
![]() | |
(void) | - onActivationSuccess |
(void) | - onActivationAborted |
(void) | - onActivationInputError: |
The OnlineActivationDelegate
interface defines the methods that must be implemented in order to receive delegates during the online activation process.
- (void) onActivationStepCompleteWithCommand: | (NSString *) | command |
Called upon activation step success, the provided command must be sent to the server.
command | the command to be sent to the server |