zdk.objc
Instance Methods | List of all members
<ZDKContextEventsHandler> Protocol Reference
Inheritance diagram for <ZDKContextEventsHandler>:
<ZDKEventHandle>

Instance Methods

(void) - onContext:secureCertstatus:
 Notify upon Secure certificate status. More...
 
(void) - onContext:activationCompleted:
 Notify upon user activation occurs. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKEventHandle>
(long int) - eventHandle
 
(NSString *) - handlesDescription
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription
optional

Reimplemented from <ZDKEventHandle>.

◆ onContext:activationCompleted:

- (void) onContext: (id< ZDKContext >)  context
activationCompleted: (id< ZDKActivationResult >)  activationResult 
optional

Notify upon user activation occurs.

Notify upon user activation occurs, for the a particular context

Parameters
[in]contextThe context in which the error occurs
[in]activationResultThe activation object that holds the response information for the activation
See also
ZDKContext, ZDKActivationResult

◆ onContext:secureCertstatus:

- (void) onContext: (id< ZDKContext >)  context
secureCertstatus: (id< ZDKSecureCertData >)  secureCert 
optional

Notify upon Secure certificate status.

Notify upon Secure certificate status when being used (usually on creating a new secure connection)

Parameters
[in]contextThe context in which the error occurs
[in]secureCertThe certificate data object that holds the status information
See also
ZDKContext, ZDKSecureCertData

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