Properties | |
| bool | IsConferenceInvitationCancellation [get] |
| bool | IsConferenceInvitationNew [get] |
| bool | IsConferenceInvitationUpdate [get] |
| bool | IsIcalendar [get] |
| string | ReactionContent [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
Object holding chat message data received by a push notification on iOS platform only.
This object is a subset of Linphone.ChatMessage, so only a few methods of it's parent are available, like linphone_push_notification_message_get_text_content and linphone_push_notification_message_get_subject, just enough to be able to build a notification to show the user.
|
get |
Tells whether or not this message contains a conference invitation cancellation.
|
get |
Tells whether or not this message contains a new conference invitation.
|
get |
Tells whether or not this message contains a conference invitation update.
|
get |
Tells whether or not this message contains an icalendar by checking it's content type.
|
get |
Gets the reaction content.