Command

annotation class Command

This is annotation interface represents all possible command can be execute using the STWLoggerHelper class

Properties

Link copied to clipboard
val CRASH: String
Export crash files command
Link copied to clipboard
val LOCAL_DB: String
Export Database file command
Link copied to clipboard
val LOCAL_PREFS: String
Export preferences files command
Link copied to clipboard
val LOG_ARCHIVES: String
Export log files command
Link copied to clipboard
val LOG_EXPORT: String
Export log files command
Link copied to clipboard
val LOG_OFF: String
Disable log command
Link copied to clipboard
val LOG_ON: String
Enable log command

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String