|
zdk.objc
|
Banafo Service event state. More...
#import <ZDKBanafoEventState.h>
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... | |
Banafo Service event state.
Describes the current full state of the automatically created Banafo Service events.
| - (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
|
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.
|
readnonatomicassign |
The result of the invernally created event.
Shows the outcome of the event.
|
readnonatomicassign |
Event specific data.
Contains the event specific data. Currently used with the BanafoEventType::*Finished event types to deliver the Banafo Event ID.