-
- All Implemented Interfaces:
-
app.perawallet.walletconnectv2.sign.client.Sign.Listeners
public interface Sign.Listeners.SessionPing implements Sign.Listeners
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSuccess(Sign.Model.Ping.Success pingSuccess)abstract UnitonError(Sign.Model.Ping.Error pingError)-
-
Method Detail
-
onSuccess
abstract Unit onSuccess(Sign.Model.Ping.Success pingSuccess)
-
onError
abstract Unit onError(Sign.Model.Ping.Error pingError)
-
-
-
-