BlockchainKitSdkAndroid

class BlockchainKitSdkAndroid(binaryMessenger: BinaryMessenger, localStorage: KeyValueStorageInterface, platformContext: PlatformContext, logger: SdkLogger) : MethodChannel, MethodChannel.MethodCallHandler

Constructors

Link copied to clipboard
constructor(binaryMessenger: BinaryMessenger, localStorage: KeyValueStorageInterface, platformContext: PlatformContext, logger: SdkLogger)

Functions

Link copied to clipboard
open override fun onMethodCall(call: MethodCall, result: MethodChannel.Result)
Link copied to clipboard
fun setMethodCallHandler(handler: MethodChannel.MethodCallHandler)