onRequestPermissionsResult

fun onRequestPermissionsResult(activity: Activity, requestCode: Int, grantResults: IntArray)
fun onRequestPermissionsResult(granted: List<String>, rejected: List<String>)

Notifies to Magic Lane SDK that some permissions status had been changed.