verifyConsumer

actual fun verifyConsumer(allowed: List<Consumer>)
actual fun verifyConsumer(vararg allowed: Consumer)

This is to be used by a sdk only, Verify that the current application is allowed to use the calling library

Parameters

allowed

a list of Consumer depending on the sdk platforms

expect fun verifyConsumer(allowed: List<Consumer>)
expect fun verifyConsumer(vararg allowed: Consumer)

verify that the current application or website is allowed to use the called library Platforms: Android, iOS, JS (browser)

Parameters

allowed

a list of Consumer depending on the sdk platforms

actual fun verifyConsumer(allowed: List<Consumer>)
actual fun verifyConsumer(vararg allowed: Consumer)

This is to be used by a sdk only, Verify that the current application is allowed to use the calling library

Parameters

allowed

a list of Consumer depending on the sdk platforms

actual fun verifyConsumer(allowed: List<Consumer>)
actual fun verifyConsumer(vararg allowed: Consumer)

This is to be used by a sdk only, Verify that the current application is allowed to use the calling library

Parameters

allowed

a list of Consumer depending on the sdk platforms

actual fun verifyConsumer(allowed: List<Consumer>)
actual fun verifyConsumer(vararg allowed: Consumer)

This is to be used by a sdk only, In Jvm currently we can't verify