|
Maps SDK for C++ 1.0.0
|


Public Member Functions | |
| int | getCountUrlTranslations () const noexcept |
| Get number of url translations in this alert. | |
| int | getCountHeaderTextTranslations () const noexcept |
| Get number of header text translations in this alert. | |
| int | getCountDescriptionTextTranslations () const noexcept |
| Get number of description text translations in this alert. | |
| const PTTranslationRef | getUrlTranslation (int index) const noexcept |
| Get url translation specified by index. | |
| const PTTranslationRef | getHeaderTextTranslation (int index) const noexcept |
| Get header text translation specified by index. | |
| const PTTranslationRef | getDescriptionTextTranslation (int index) const noexcept |
| Get description text translation specified by index. | |
PTAlert object.
Implements share-read / copy-on-write Api object over IPTAlert.
|
inlinenoexcept |
Get number of description text translations in this alert.
|
inlinenoexcept |
Get number of header text translations in this alert.
|
inlinenoexcept |
Get number of url translations in this alert.
|
inlinenoexcept |
Get description text translation specified by index.
| [in] | index | Index of the description text translation. |
|
inlinenoexcept |
Get header text translation specified by index.
| [in] | index | Index of the header text translation. |
|
inlinenoexcept |
Get url translation specified by index.
| [in] | index | Index of the url translation. |