CancelConnectAction

class CancelConnectAction(addressOrCode: String) : IAction

This action cancels a current connection attempt You need to provide the address or the connection code that was used to initiate the connection attempt

Constructors

Link copied to clipboard
constructor(addressOrCode: String)

Properties

Link copied to clipboard
open override val isDeviceAction: Boolean = false
Link copied to clipboard
open val name: String?

Functions

Link copied to clipboard
open override fun getDataJson(): JsonObject
Link copied to clipboard
open fun getJson(): JsonObject