TexterObj

data class TexterObj(val prefix: String = "", val debug: Boolean = false, @Nullable val debugFile: File? = null)

Data class to customize Texter manager

Constructors

Link copied to clipboard
constructor(prefix: String = "", debug: Boolean = false, @Nullable debugFile: File? = null)

Properties

Link copied to clipboard
val debug: Boolean = false
Link copied to clipboard
val debugFile: File? = null
Link copied to clipboard