setPermissionStatus

fun setPermissionStatus(permission: String, value: Boolean)

Use this function to deny unwanted permissions to the AdsWizz SDK. By default, the AdsWizz SDK will use all the permissions that the host app uses.

Parameters

permission

: name of permission to be set

value

: status of the permission to be set (allow = true, deny = false)