setPermissionStatus

fun setPermissionStatus(permission: String, value: Boolean)

Use this function to deny unwanted permissions to the AdswizzSDK. By default, the AdswizzSDK will use all the permissions that the host app uses.
permission permission name.
value: status of the permission to be set (allow = true, deny = false)