Skip to main content

WalletConnectCallback

public interface WalletConnectCallback

package com.onekosmos.blockid.sdk.walletconnect


Defines methods for callback events related to wallet connect/ disconnect, transaction and personal signing requests.

Method Details

void onConnectionStateChange(Sign.Model.ConnectionState connectionState)

  • A callback method to indicate the change in the proposer's connection state.
Parameters
connectionStateSign.Model.ConnectionState: Status of connection

void onError(Sign.Model.Error error)

  • A callback method triggered when there is an error.
Parameters
errorSign.Model.Error: Throwable error

void onSessionDisconnect(Sign.Model.DeletedSession deletedSession)

  • A callback method triggered when the active session is disconnected.
Parameters
deletedSessionSign.Model.DeletedSession: Deleted session information

void onSessionProposal(Sign.Model.SessionProposal sessionProposal)

  • A callback method to indicate that the proposer has sent a connection (pairing) request.
Parameters
sessionProposalSign.Model.DeletedSession: Session proposal

void onSessionRequest(Sign.Model.SessionRequest sessionRequest)

  • A callback method triggered when a signing request (transaction, personal) is received.
Parameters
sessionRequestSign.Model.SessionRequest: Session request

void onSessionSettleResponse(Sign.Model.SettledSessionResponse.Result settleSessionResponse)

  • A callback method indicating if there is change in the active session list.
Parameters
settleSessionResponseSign.Model.SettledSessionResponse.Result: Updated session information