EdgeVisDecoderSDK::UserNotificationPreferences Class Reference

Detailed Description

A class representing the current user's CAMS notification preferences.

Availability

Available in version 7.1 of Decoder SDK. Requires a server version greater than 7.0

#include <UserNotificationPreferences.h>

Public Member Functions

DB_EDGEVIS_SDK std::wstring GetUser () const
 Get the current user. More...
 
DB_EDGEVIS_SDK std::vector< EmailNotificationDetailsGetEmailDetails () const
 Get the email notification details for the current user. More...
 
DB_EDGEVIS_SDK std::vector< PhoneNotificationDetailsGetPhoneDetails () const
 Get the phone notification details for the current user. More...
 
DB_EDGEVIS_SDK std::vector< PushNotificationDetailsGetPushDetails () const
 Get the push notification details for the current user. More...
 
DB_EDGEVIS_SDK void SetEmailDetails (std::vector< EmailNotificationDetails > emailDetails)
 Set 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 SetPushDetails (std::vector< PushNotificationDetails > pushDetails)
 Set the mobile device push notification details for the current user.
 

Member Function Documentation

DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::UserNotificationPreferences::GetUser ( ) const

Get the current user.

Returns
The current user.
DB_EDGEVIS_SDK std::vector<EmailNotificationDetails> EdgeVisDecoderSDK::UserNotificationPreferences::GetEmailDetails ( ) const

Get the email notification details for the current user.

Returns
The email notification details.
DB_EDGEVIS_SDK std::vector<PhoneNotificationDetails> EdgeVisDecoderSDK::UserNotificationPreferences::GetPhoneDetails ( ) const

Get the phone notification details for the current user.

Returns
The phone notification details.
DB_EDGEVIS_SDK std::vector<PushNotificationDetails> EdgeVisDecoderSDK::UserNotificationPreferences::GetPushDetails ( ) const

Get the push notification details for the current user.

Returns
The push notification details.

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