AFResult
class AFResult(var status: Boolean = false, var statusMessage: String? = null, var messageCode: String? = null, var exception: AFException? = null)
Data class representing the result of an activity submission.
Constructors
Link copied to clipboard
constructor(status: Boolean = false, statusMessage: String? = null, messageCode: String? = null, exception: AFException? = null)