CSActivityResult

class CSActivityResult(val requestCode: Int, val resultCode: Int, val data: Intent?)

Constructors

Link copied to clipboard
constructor(requestCode: Int, resultCode: Int, data: Intent?)

Properties

Link copied to clipboard
val data: Intent?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun conformTo(requestCode: Int, resulCode: Int): Boolean
Link copied to clipboard
fun isOK(): Boolean
fun isOK(requestCode: Int): Boolean