zdk.objc
Instance Methods | Properties | List of all members
<ZDKBanafoEventState> Protocol Reference

Banafo Service event state. More...

#import <ZDKBanafoEventState.h>

Inheritance diagram for <ZDKBanafoEventState>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

id< ZDKResult > _Nullable result
 The result of the invernally created event. More...
 
long int eventId
 Object ID triggered the event. More...
 
NSString *_Nullable value
 Event specific data. More...
 

Detailed Description

Banafo Service event state.

Describes the current full state of the automatically created Banafo Service events.

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ eventId

- (long int) eventId
readnonatomicassign

Object ID triggered the event.

Indicates the ZDK object ID triggered the Banafo Service event. E.g. For BanafoEventType::Call* events the EventId() would be CallHandle.

Returns
The object ID triggered the event
See also
ZDKHandle

◆ result

- (id<ZDKResult> _Nullable) result
readnonatomicassign

The result of the invernally created event.

Shows the outcome of the event.

Returns
The result of the event
See also
ZDKResult

◆ value

- (NSString* _Nullable) value
readnonatomicassign

Event specific data.

Contains the event specific data. Currently used with the BanafoEventType::*Finished event types to deliver the Banafo Event ID.

Returns
The event specific data

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