zdk.net
|
#include <BanafoCall.h>
Public Member Functions | |
BanafoCall (ZDK::Shared::BanafoCall src) | |
virtual long long | Handle () override |
virtual void | Initialize () override |
virtual void | ReleaseReference () override |
Public Attributes | |
ZDK::IBanafoCall * | cppRef = nullptr |
Properties | |
System::String^ | BanafoId [get] |
The Banafo Service's call ID. More... | |
System::String^ | Summary [get] |
Summary of the call. More... | |
System::String^ | Title [get] |
Title of the call. More... | |
System::String^ | Source [get] |
The call's source. More... | |
ZDK_NET::OriginType | Origin [get] |
The call's origin. More... | |
System::String^ | StartedAt [get] |
Started time of the call. More... | |
System::String^ | AcceptedAt [get] |
Acceptance time of the call. More... | |
System::String^ | FinishedAt [get] |
Ending time of the call. More... | |
System::String^ | Type [get] |
Type of the call. More... | |
System::String^ | LocalPhone [get] |
Local user's phone number. More... | |
System::String^ | RemotePhone [get] |
Remote user's phone number. More... | |
ZDK_NET::BanafoContact^ | Contact [get] |
Remote user's contact. More... | |
Banafo Call.
Describes the Banafo call. The Origin()
, Type()
, Source()
and StartedAt()
fields are MANDATORY!
|
get |
Acceptance time of the call.
Time and date when call was accepted in SO 8601 Format. Example: '2019-11-18T15:20:32.728Z'
|
get |
The Banafo Service's call ID.
The Banafo Service's call ID.
|
get |
Remote user's contact.
Remote user's contact.
|
get |
Ending time of the call.
Time and date when call was finished in SO 8601 Format. Example: '2019-11-18T15:22:12.422Z'
|
get |
Local user's phone number.
Local user's phone number.
|
get |
The call's origin.
The originator of the call
|
get |
Remote user's phone number.
Remote user's phone number
|
get |
The call's source.
The conversation's source.
|
get |
Started time of the call.
Time and date when call was initiated in SO 8601 Format. Example: '2019-11-18T15:20:31.928Z'
|
get |
Summary of the call.
Some descriptive text about the call.
|
get |
Title of the call.
Some title for the concersation.
|
get |
Type of the call.
The type of conversation, for phone calls the type should be set as phone-call
.