|
zdk.net
|
Banafo Service event state. More...
#include <BanafoEventState.h>
Public Member Functions | |
| BanafoEventState (ZDK::Shared::BanafoEventState src) | |
| virtual long long | Handle () override |
| virtual void | Initialize () override |
| virtual void | ReleaseReference () override |
Public Attributes | |
| ZDK::IBanafoEventState * | cppRef = nullptr |
Properties | |
| ZDK_NET::Result^ | Result [get] |
| The result of the invernally created event. More... | |
| long long | EventId [get] |
| Object ID triggered the event. More... | |
| System::String^ | Value [get] |
| Event specific data. More... | |
Banafo Service event state.
Describes the current full state of the automatically created Banafo Service events.
|
get |
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.
|
get |
The result of the invernally created event.
Shows the outcome of the event.
|
get |
Event specific data.
Contains the event specific data. Currently used with the BanafoEventType::*Finished event types to deliver the Banafo Event ID.
1.8.18