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
client
The signature action belong to.
action
@see
IMSignature.Action
.signatureHandler
The handler for the signature.