Liblinphone
5.3.0
|
Object holding chat message data received by a push notification on iOS platform only. More...
#include <push_notification_message.hh>
Public Member Functions | |
LINPHONECXX_PUBLIC | PushNotificationMessage (void *ptr, bool takeRef=true) |
LINPHONECXX_PUBLIC _LinphonePushNotificationMessage * | cPtr () |
LINPHONECXX_PUBLIC bool | isConferenceInvitationCancellation () const |
Tells whether or not this message contains a conference invitation cancellation. More... | |
LINPHONECXX_PUBLIC bool | isConferenceInvitationNew () const |
Tells whether or not this message contains a new conference invitation. More... | |
LINPHONECXX_PUBLIC bool | isConferenceInvitationUpdate () const |
Tells whether or not this message contains a conference invitation update. More... | |
LINPHONECXX_PUBLIC bool | isIcalendar () const |
Tells whether or not this message contains an icalendar by checking it's content type. More... | |
LINPHONECXX_PUBLIC std::string | getReactionContent () const |
Gets the reaction content. More... | |
Object holding chat message data received by a push notification on iOS platform only.
This object is a subset of 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.
LINPHONECXX_PUBLIC std::string linphone::PushNotificationMessage::getReactionContent | ( | ) | const |
Gets the reaction content.
LINPHONECXX_PUBLIC bool linphone::PushNotificationMessage::isConferenceInvitationCancellation | ( | ) | const |
Tells whether or not this message contains a conference invitation cancellation.
LINPHONECXX_PUBLIC bool linphone::PushNotificationMessage::isConferenceInvitationNew | ( | ) | const |
Tells whether or not this message contains a new conference invitation.
LINPHONECXX_PUBLIC bool linphone::PushNotificationMessage::isConferenceInvitationUpdate | ( | ) | const |
Tells whether or not this message contains a conference invitation update.
LINPHONECXX_PUBLIC bool linphone::PushNotificationMessage::isIcalendar | ( | ) | const |
Tells whether or not this message contains an icalendar by checking it's content type.