-
public interface SignInterface.WalletDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSessionProposal(Sign.Model.SessionProposal sessionProposal, Sign.Model.VerifyContext verifyContext)abstract UnitonSessionRequest(Sign.Model.SessionRequest sessionRequest, Sign.Model.VerifyContext verifyContext)abstract UnitonSessionDelete(Sign.Model.DeletedSession deletedSession)abstract UnitonSessionExtend(Sign.Model.Session session)abstract UnitonSessionSettleResponse(Sign.Model.SettledSessionResponse settleSessionResponse)abstract UnitonSessionUpdateResponse(Sign.Model.SessionUpdateResponse sessionUpdateResponse)UnitonProposalExpired(Sign.Model.ExpiredProposal proposal)UnitonRequestExpired(Sign.Model.ExpiredRequest request)abstract UnitonConnectionStateChange(Sign.Model.ConnectionState state)abstract UnitonError(Sign.Model.Error error)Function2<Sign.Model.SessionAuthenticate, Sign.Model.VerifyContext, Unit>getOnSessionAuthenticate()-
-
Method Detail
-
onSessionProposal
abstract Unit onSessionProposal(Sign.Model.SessionProposal sessionProposal, Sign.Model.VerifyContext verifyContext)
-
onSessionRequest
abstract Unit onSessionRequest(Sign.Model.SessionRequest sessionRequest, Sign.Model.VerifyContext verifyContext)
-
onSessionDelete
abstract Unit onSessionDelete(Sign.Model.DeletedSession deletedSession)
-
onSessionExtend
abstract Unit onSessionExtend(Sign.Model.Session session)
-
onSessionSettleResponse
abstract Unit onSessionSettleResponse(Sign.Model.SettledSessionResponse settleSessionResponse)
-
onSessionUpdateResponse
abstract Unit onSessionUpdateResponse(Sign.Model.SessionUpdateResponse sessionUpdateResponse)
-
onProposalExpired
Unit onProposalExpired(Sign.Model.ExpiredProposal proposal)
-
onRequestExpired
Unit onRequestExpired(Sign.Model.ExpiredRequest request)
-
onConnectionStateChange
abstract Unit onConnectionStateChange(Sign.Model.ConnectionState state)
-
onError
abstract Unit onError(Sign.Model.Error error)
-
getOnSessionAuthenticate
Function2<Sign.Model.SessionAuthenticate, Sign.Model.VerifyContext, Unit> getOnSessionAuthenticate()
-
-
-
-