Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Continued the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 16, 2017
1 parent 37e269c commit 18e1dac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public interface DisconnectedCallback extends Callback{

/**
* Method called when disconnected.
* @param errorCode Error Code
* @param message Message
* @param errorCode Error code returned on disconnection.
* @param message Message containing details about the disconnection.
*/
void apply(int errorCode, String message);
}

0 comments on commit 18e1dac

Please sign in to comment.