isBoundTo

fun isBoundTo(networkKey: NetworkKey): Boolean

Checks if the application key is bound to a given network key.

Return

true if the application key is bound to the given network key, false otherwise.

Parameters

networkKey

Network key to which the application key is bound to.


fun isBoundTo(networkKeys: List<NetworkKey>): Boolean

Checks if the application key is bound to any of the given list of network keys.

Return

true if the application key is bound to the given network key, false otherwise.

Parameters

networkKeys

Network key to which the application key is bound to.