Keys used to localize the rate my app feature.
|
|
const string | kTitle = "rma_title" |
| | The key for the title of the rate my app prompt.
|
| |
|
const string | kDescription = "rma_description" |
| | The key for the description of the rate my app prompt.
|
| |
|
const string | kOkButton = "rma_button_ok" |
| | The key for the 'Ok' button of the rate my app prompt.
|
| |
|
const string | kCancelButton = "rma_button_cancel" |
| | The key for the 'Cancel' button of the rate my app prompt.
|
| |
|
const string | kRemindLaterButton = "rma_button_remind_later" |
| | The key for the 'Remind me later' button of the rate my app prompt.
|
| |