strings property

Map<String, String> strings
final

This map contains strings which are displayed to the user

Possible pairs:

  • cancel : The text of the cancel button (iOS only)

Implementation

//  - flash_on : The text of the flash on button
//  - flash_off : The Text of the flash off button
final Map<String, String> strings;