Liblinphone  5.5.0
Linphone.PushNotificationMessage Class Reference
Inheritance diagram for Linphone.PushNotificationMessage:
Linphone.LinphoneObject

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)
 

Detailed Description

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.

Property Documentation

bool Linphone.PushNotificationMessage.IsConferenceInvitationCancellation
get

Tells whether or not this message contains a conference invitation cancellation.

Returns
true if this message carries a conference invitation cancellation, false otherwise.
bool Linphone.PushNotificationMessage.IsConferenceInvitationNew
get

Tells whether or not this message contains a new conference invitation.

Returns
true if this message carries a new conference invitation, false otherwise.
bool Linphone.PushNotificationMessage.IsConferenceInvitationUpdate
get

Tells whether or not this message contains a conference invitation update.

Returns
true if this message carries a conference invitation update, false otherwise.
bool Linphone.PushNotificationMessage.IsIcalendar
get

Tells whether or not this message contains an icalendar by checking it's content type.

Returns
true if this content type is 'text/calendar;conference-event=yes', false otherwise.
string Linphone.PushNotificationMessage.ReactionContent
get

Gets the reaction content.

Returns
The reaction content or null.

The documentation for this class was generated from the following file: