Location:
SmsMessageSettings.h
Link against: smcm.lib
class TSmsMessageSettingsCdma;
CDMA specific message settings.
Defined in TSmsMessageSettingsCdma
:
ActivateMessageSetting()
, AlertOnDelivery()
, CallBackNumber()
, IsMessageSettingActive()
, Language()
, Priority()
, Privacy()
, SetAlertOnDelivery()
, SetCallBackNumberL()
, SetLanguage()
, SetPriority()
, SetPrivacy()
IMPORT_C tia637::TPriorityIndicator Priority() const;
Returns the priority indicator.
|
IMPORT_C void SetPriority(tia637::TPriorityIndicator aPrivacy);
Sets the priority indicator.
|
IMPORT_C tia637::TPrivacy Privacy() const;
Returns the privacy indicator.
|
IMPORT_C void SetPrivacy(tia637::TPrivacy aPrivacy);
Sets the privacy indicator.
|
IMPORT_C tia637::TAlertPriority AlertOnDelivery() const;
Returns the alert priority (Alert on delivery).
|
IMPORT_C void SetAlertOnDelivery(tia637::TAlertPriority aPriority);
Sets the alert priority (Alert on delivery).
|
IMPORT_C TPtrC CallBackNumber() const;
Returns the callback number
|
IMPORT_C void SetCallBackNumberL(const TDesC &aCallbackNumber);
Sets the defaule callback number used in new messages
|
|
IMPORT_C tia637::TLanguageIndicator Language() const;
Returns the language indicator.
|
IMPORT_C void SetLanguage(tia637::TLanguageIndicator aLanguageIndicator);
Sets the language indicator.
|
IMPORT_C TBool IsMessageSettingActive(tia637::TSubParameterId aSubParam) const;
Returns a boolean indicating whether the passed in subparameter is set
|
|
IMPORT_C void ActivateMessageSetting(tia637::TSubParameterId aSubParam, TBool aParamActivate);
Sets (or unsets) the activation status of a particular subparameter
|