LoggerScreenStrings
data class LoggerScreenStrings(val title: String = Localization.string("title_debug_logger"), val emptyMessage: String = Localization.string("debug_logger_empty"), val backContentDescription: String = Localization.string("action_back"), val refreshContentDescription: String = Localization.string("action_refresh"), val copyContentDescription: String = Localization.string("action_copy"), val shareContentDescription: String = Localization.string("action_share_prompt"), val scrollTopContentDescription: String = Localization.string("action_scroll_to_top"), val scrollBottomContentDescription: String = Localization.string("action_scroll_to_bottom"))(source)
Carries LoggerScreenStrings data through the SDAI presentation layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(title: String = Localization.string("title_debug_logger"), emptyMessage: String = Localization.string("debug_logger_empty"), backContentDescription: String = Localization.string("action_back"), refreshContentDescription: String = Localization.string("action_refresh"), copyContentDescription: String = Localization.string("action_copy"), shareContentDescription: String = Localization.string("action_share_prompt"), scrollTopContentDescription: String = Localization.string("action_scroll_to_top"), scrollBottomContentDescription: String = Localization.string("action_scroll_to_bottom"))
Properties
Link copied to clipboard
Exposes the backContentDescription value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the copyContentDescription value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the emptyMessage value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the refreshContentDescription value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the scrollBottomContentDescription value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the scrollTopContentDescription value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the shareContentDescription value used by the SDAI presentation layer.