Liblinphone
5.2.0
|
Object holding push notification config that will be set in the contact URI parameters of the Contact header in the REGISTER, if the AccountParams is configured to allow push notifications, see AccountParams::setPushNotificationAllowed(). More...
#include <push_notification_config.hh>
Public Member Functions | |
PushNotificationConfig (void *ptr, bool takeRef=true) | |
LINPHONECXX_PUBLIC _LinphonePushNotificationConfig * | cPtr () |
LINPHONECXX_PUBLIC std::string | getBundleIdentifier () const |
Gets the app's bundle identifier for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setBundleIdentifier (const std::string &bundleIdentifier) |
Sets the bundle_identifier for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC std::string | getCallSnd () const |
Gets the call_snd for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setCallSnd (const std::string &callSnd) |
Sets the call_snd for "contact uri parameter", specific for remote push notification. More... | |
LINPHONECXX_PUBLIC std::string | getCallStr () const |
Gets the call_str for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setCallStr (const std::string &callStr) |
Sets the call_str for "contact uri parameter", specific for remote push notification. More... | |
LINPHONECXX_PUBLIC std::string | getGroupChatStr () const |
Gets the groupchat_str for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setGroupChatStr (const std::string &groupChatStr) |
Sets the group_chat_str for "contact uri parameter", specific for remote push notification. More... | |
LINPHONECXX_PUBLIC std::string | getMsgSnd () const |
Gets the msg_snd for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setMsgSnd (const std::string &msgSnd) |
Sets the msg_snd for "contact uri parameter", specific for remote push notification. More... | |
LINPHONECXX_PUBLIC std::string | getMsgStr () const |
Gets the msg_str for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setMsgStr (const std::string &msgStr) |
Sets the msg_str for "contact uri parameter", specific for remote push notification. More... | |
LINPHONECXX_PUBLIC std::string | getParam () const |
Gets the param for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setParam (const std::string ¶m) |
Sets the param for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC std::string | getPrid () const |
Gets the prid for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setPrid (const std::string &prid) |
Sets the prid for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC std::string | getProvider () const |
Gets the provider for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setProvider (const std::string &provider) |
Sets the provider for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC std::string | getRemoteToken () const |
Gets the remote token for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setRemoteToken (const std::string &remoteToken) |
Sets the remote_token for "contact uri parameter", specific for remote push notification. More... | |
LINPHONECXX_PUBLIC std::string | getTeamId () const |
Gets the team id for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setTeamId (const std::string &teamId) |
Sets the team id for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC std::string | getVoipToken () const |
Gets the voip token for "contact uri parameter". More... | |
LINPHONECXX_PUBLIC void | setVoipToken (const std::string &voipToken) |
Sets the voip_token for "contact uri parameter", specific for voip push notification. More... | |
LINPHONECXX_PUBLIC std::shared_ptr< linphone::PushNotificationConfig > | clone () const |
Instantiate a new push notification parameters with values from source. More... | |
LINPHONECXX_PUBLIC bool | isEqual (const std::shared_ptr< const linphone::PushNotificationConfig > &otherConfig) const |
Checks if two Push Notification Configurations are identical. More... | |
Object holding push notification config that will be set in the contact URI parameters of the Contact header in the REGISTER, if the AccountParams is configured to allow push notifications, see AccountParams::setPushNotificationAllowed().
This object can be accessed through the AccountParams object, which can be obtained from your Account object.
LINPHONECXX_PUBLIC std::shared_ptr<linphone::PushNotificationConfig> linphone::PushNotificationConfig::clone | ( | ) | const |
Instantiate a new push notification parameters with values from source.
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getBundleIdentifier | ( | ) | const |
Gets the app's bundle identifier for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getCallSnd | ( | ) | const |
Gets the call_snd for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getCallStr | ( | ) | const |
Gets the call_str for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getGroupChatStr | ( | ) | const |
Gets the groupchat_str for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getMsgSnd | ( | ) | const |
Gets the msg_snd for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getMsgStr | ( | ) | const |
Gets the msg_str for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getParam | ( | ) | const |
Gets the param for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getPrid | ( | ) | const |
Gets the prid for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getProvider | ( | ) | const |
Gets the provider for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getRemoteToken | ( | ) | const |
Gets the remote token for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getTeamId | ( | ) | const |
Gets the team id for "contact uri parameter".
LINPHONECXX_PUBLIC std::string linphone::PushNotificationConfig::getVoipToken | ( | ) | const |
Gets the voip token for "contact uri parameter".
LINPHONECXX_PUBLIC bool linphone::PushNotificationConfig::isEqual | ( | const std::shared_ptr< const linphone::PushNotificationConfig > & | otherConfig | ) | const |
Checks if two Push Notification Configurations are identical.
otherConfig | The PushNotificationConfig object to compare to. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setBundleIdentifier | ( | const std::string & | bundleIdentifier | ) |
Sets the bundle_identifier for "contact uri parameter".
It's not necessary if param is set. See setParam().
bundleIdentifier | The new bundle_identifier set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setCallSnd | ( | const std::string & | callSnd | ) |
Sets the call_snd for "contact uri parameter", specific for remote push notification.
callSnd | The new call_snd set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setCallStr | ( | const std::string & | callStr | ) |
Sets the call_str for "contact uri parameter", specific for remote push notification.
callStr | The new call_str set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setGroupChatStr | ( | const std::string & | groupChatStr | ) |
Sets the group_chat_str for "contact uri parameter", specific for remote push notification.
groupChatStr | The new group_chat_str set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setMsgSnd | ( | const std::string & | msgSnd | ) |
Sets the msg_snd for "contact uri parameter", specific for remote push notification.
msgSnd | The new msg_snd set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setMsgStr | ( | const std::string & | msgStr | ) |
Sets the msg_str for "contact uri parameter", specific for remote push notification.
msgStr | The new msg_str set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setParam | ( | const std::string & | param | ) |
Sets the param for "contact uri parameter".
If it's not set, "team_id.bundle_identifier.services" will be used.
param | The new param set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setPrid | ( | const std::string & | prid | ) |
Sets the prid for "contact uri parameter".
If it's not set, "voip_token&remote_token" will be used.
prid | The new prid set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setProvider | ( | const std::string & | provider | ) |
Sets the provider for "contact uri parameter".
If not set, the default value will be used for "contact uri parameter", "firebase" for android or "apns" for ios.
provider | The new provider set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setRemoteToken | ( | const std::string & | remoteToken | ) |
Sets the remote_token for "contact uri parameter", specific for remote push notification.
It's not necessary if prid is set. See setPrid().
remoteToken | The new remote_token set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setTeamId | ( | const std::string & | teamId | ) |
Sets the team id for "contact uri parameter".
It's not necessary if param is set. See setParam().
teamId | The new team id set for push notification config. |
LINPHONECXX_PUBLIC void linphone::PushNotificationConfig::setVoipToken | ( | const std::string & | voipToken | ) |
Sets the voip_token for "contact uri parameter", specific for voip push notification.
It's not necessary if prid is set. See setPrid().
voipToken | The new voip_token set for push notification config. |