UnityTransport
Summary
The Storage used for sessions and metadata.
Puts the passed string into the clipboard buffer to be pasted elsewhere.
Call this to generate a QR code based on the parameters passed.
Method is invoked when a request is made and user signing on the wallet is required.
Method is invoked when a succesful signing request is completed.
Method is invoked when a signing request fails or is cancelled.
Method is invoked when a request to sign or login is made and the QR code and link are generated and displayed.
The Status of the current Request.
The current active Request.
The activeCancel Delegate (invoked when a Request is cancelled)
Members
The Storage used for sessions and metadata.
Puts the passed string into the clipboard buffer to be pasted elsewhere.
Parameters
targetString
Text to be copied to the buffer
Call this to generate a QR code based on the parameters passed.
Parameters
textForEncoding
The actual texture that will be encoded into a QRCodetextureWidth
How wide the new texture should betextureHeight
How high the new texture should be
Returns
Method is invoked when a request is made and user signing on the wallet is required.
Method is invoked when a succesful signing request is completed.
Parameters
request
result
Method is invoked when a signing request fails or is cancelled.
Parameters
request
exception
Method is invoked when a request to sign or login is made and the QR code and link are generated and displayed.
Parameters
request
The Status of the current Request.
The current active Request.
The activeCancel Delegate (invoked when a Request is cancelled)
Last updated