Search Results
UserNotificationPreferences.h
Go to the documentation of this file.
A class representing the current user's CAMS notification preferences.
Definition: UserNotificationPreferences.h:31
DB_EDGEVIS_SDK void SetPushDetails(std::vector< PushNotificationDetails > pushDetails)
Set the mobile device push notification details for the current user.
DB_EDGEVIS_SDK std::vector< EmailNotificationDetails > GetEmailDetails() const
Get the email notification details for the current user.
DB_EDGEVIS_SDK void SetPhoneDetails(std::vector< PhoneNotificationDetails > phoneDetails)
Set the phone notification details for the current user.
DB_EDGEVIS_SDK void SetEmailDetails(std::vector< EmailNotificationDetails > emailDetails)
Set the email notification details for the current user.
DB_EDGEVIS_SDK std::wstring GetUser() const
Get the current user.
DB_EDGEVIS_SDK std::vector< PushNotificationDetails > GetPushDetails() const
Get the push notification details for the current user.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK std::vector< PhoneNotificationDetails > GetPhoneDetails() const
Get the phone notification details for the current user.