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

Instance Methods

(void) - onMessageStatusChanged:status:
 Notify Message's status changed. More...
 
(void) - onMessageExtendedError:error:
 Notify Message error occured. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKEventHandle>
(long int) - eventHandle
 
(NSString *) - handlesDescription
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription
optional

Reimplemented from <ZDKEventHandle>.

◆ onMessageExtendedError:error:

- (void) onMessageExtendedError: (id< ZDKMessage >)  msg
error: (id< ZDKExtendedError >)  error 
optional

Notify Message error occured.

Notify Message error occured

Parameters
[in]msgThe message that experienced the error
[in]errorThe error that occured
See also
ZDKMessage, ExtendedError

◆ onMessageStatusChanged:status:

- (void) onMessageStatusChanged: (id< ZDKMessage >)  msg
status: (ZDKMessageStatus)  status 
optional

Notify Message's status changed.

Notify upon message status is changed

Parameters
[in]msgThe message which status is changed
[in]statusThe new message status
See also
ZDKMessage, MessageStatus

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