getSigningSessionDetailsFromAppLink

# getSigningSessionDetailsFromAppLink


fun getSigningSessionDetailsFromAppLink(appLink: Uri, resultHandler: ResultHandler<SigningSessionDetails, SigningSessionException>)

Get signing session details from MIRACL platform based on session identifier.

Use this method to get signing session details for application that tries to sign against MIRACL Platform with the usage of AppLink.

# Parameters

appLink a URI provided by the Intent.
resultHandler a callback to handle the result of getting signing session details.
- If successful, the result is MIRACLSuccess with the SigningSessionDetails. - If an error occurs, the result is MIRACLError with a message. On exception, the exception object is also passed.