messenger-android

Android graphical user interfaces for GNUnet Messenger
Log | Files | Refs | README | LICENSE

ILobbyCallback.aidl (147B)


      1 package org.gnunet.gnunetmessenger.ipc;
      2 
      3 interface ILobbyCallback {
      4     void onLobbyUri(String uri);
      5     void onError(int code, String message);
      6 }