Companion

object Companion

Companion object containing the email address, subject lines, suggested contents of the message body, and titles of the mail client users should the user send an email to the app developers.

Properties

EMAIL_ADDRESS
Link copied to clipboard
const val EMAIL_ADDRESS: String
Email address of the app developers.
SUBJECT_BROKEN_LINK
Link copied to clipboard
const val SUBJECT_BROKEN_LINK: String
Subject line in relation to the user reporting persistent redirection to the broken link activity.
SUBJECT_FEEDBACK
Link copied to clipboard
const val SUBJECT_FEEDBACK: String
Subject line in relation to the user sending a feedback or inquiry.
TEXT_BROKEN_LINK
Link copied to clipboard
const val TEXT_BROKEN_LINK: String
Suggested contents of the message body in relation to the user reporting persistent redirection to the broken link activity.
TEXT_FEEDBACK
Link copied to clipboard
const val TEXT_FEEDBACK: String
Suggested contents of the message body in relation to the user sending a feedback or inquiry.
TITLE_BROKEN_LINK
Link copied to clipboard
const val TITLE_BROKEN_LINK: String
Title of the mail client chooser in relation to the user reporting persistent redirection to the broken link activity.
TITLE_FEEDBACK
Link copied to clipboard
const val TITLE_FEEDBACK: String
Title of the mail client chooser in relation to the user sending a feedback or inquiry.