RationaleCallbacks

interface RationaleCallbacks

Callback interface to receive button clicked events of the rationale dialog

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onRationaleAccepted
Link copied to clipboard
abstract fun onRationaleAccepted(requestCode: Int)
onRationaleDenied
Link copied to clipboard
abstract fun onRationaleDenied(requestCode: Int)
toString
Link copied to clipboard
open fun toString(): String