CoreClient

actual class CoreClient
expect class CoreClient
actual class CoreClient
actual class CoreClient
actual class CoreClient

Constructors

Link copied to clipboard
constructor(application: Application)
constructor()
constructor()
constructor()

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion
actual object Companion
actual object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
debugLogger
Link copied to clipboard
Link copied to clipboard
actual fun isAppInstalled(packageName: String, fingerprint: String?, alg: String): Boolean

Use this function to check if an application is installed on the user's device

expect fun isAppInstalled(packageName: String, fingerprint: String? = null, alg: String = "SHA-256"): Boolean

Use this function to check if an application is installed on the user's device Platform : Android, iOS Will through exceptions for JS and JVM

actual fun isAppInstalled(packageName: String, fingerprint: String?, alg: String): Boolean

Use isAppInstalled(appScheme: String) instead Use this function to check if an application is installed on the user's device

actual fun isAppInstalled(packageName: String, fingerprint: String?, alg: String): Boolean
actual fun isAppInstalled(packageName: String, fingerprint: String?, alg: String): Boolean
Link copied to clipboard

Use this function to check if an application is installed on the user's device

Link copied to clipboard
actual fun verifyConsumer(vararg allowed: Consumer)
actual fun verifyConsumer(allowed: List<Consumer>)

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

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

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

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

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

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

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

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

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