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