IMSignatureDelegate
public protocol IMSignatureDelegate : AnyObject
IM Signature Delegate
-
Delegate function of the signature action
Declaration
Swift
func client(_ client: IMClient, action: IMSignature.Action, signatureHandler: @escaping (IMClient, IMSignature?) -> Void)Parameters
clientThe signature action belong to.
action@see
IMSignature.Action.signatureHandlerThe handler for the signature.
View on GitHub
Install in Dash
IMSignatureDelegate Protocol Reference