zdk.objc
|
Banafo Call. More...
#import <ZDKBanafoCall.h>
Instance Methods | |
(NSString *) | - handlesDescription |
![]() | |
(long int) | - handle |
(void) | - initialize |
(void) | - releaseReference |
(NSString *) | - handlesDescription |
Properties | |
NSString *_Nullable | banafoId |
The Banafo Service's call ID. More... | |
NSString *_Nullable | summary |
Summary of the call. More... | |
NSString *_Nullable | title |
Title of the call. More... | |
NSString * | source |
The call's source. More... | |
ZDKOriginType | origin |
The call's origin. More... | |
NSString * | startedAt |
Started time of the call. More... | |
NSString *_Nullable | acceptedAt |
Acceptance time of the call. More... | |
NSString *_Nullable | finishedAt |
Ending time of the call. More... | |
NSString * | type |
Type of the call. More... | |
NSString *_Nullable | localPhone |
Local user's phone number. More... | |
NSString *_Nullable | remotePhone |
Remote user's phone number. More... | |
id< ZDKBanafoContact > _Nullable | contact |
Remote user's contact. More... | |
Banafo Call.
Describes the Banafo call. The Origin()
, Type()
, Source()
and StartedAt()
fields are MANDATORY!
- (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
|
readnonatomicassign |
Acceptance time of the call.
Time and date when call was accepted in ZDKSO 8601 Format. Example: '2019-11-18T15:20:32.728Z'
|
readnonatomicassign |
The Banafo Service's call ID.
The Banafo Service's call ID.
|
readnonatomicassign |
Remote user's contact.
Remote user's contact.
|
readnonatomicassign |
Ending time of the call.
Time and date when call was finished in ZDKSO 8601 Format. Example: '2019-11-18T15:22:12.422Z'
|
readnonatomicassign |
Local user's phone number.
Local user's phone number.
|
readnonatomicassign |
The call's origin.
The originator of the call
|
readnonatomicassign |
Remote user's phone number.
Remote user's phone number
|
readnonatomicassign |
The call's source.
The conversation's source.
|
readnonatomicassign |
Started time of the call.
Time and date when call was initiated in ZDKSO 8601 Format. Example: '2019-11-18T15:20:31.928Z'
|
readnonatomicassign |
Summary of the call.
Some descriptive text about the call.
|
readnonatomicassign |
Title of the call.
Some title for the concersation.
|
readnonatomicassign |
Type of the call.
The type of conversation, for phone calls the type should be set as phone-call
.