-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
GazeManagerCore offers many publicly accessible methods that overload activate() and take an ApiVersion parameter, as in the example in http://dev.theeyetribe.com/java/:
public static void main(String[] args)
{
final GazeManager gm = GazeManager.getInstance();
boolean success = gm.activate(ApiVersion.VERSION_1_0, ClientMode.PUSH);
}
Because GazeManagerCore is package-protected, it is not possible to access GazeManagerCore.ApiVersion from outside com.theeyetribe.clientsdk. Maybe turning ApiVersion from a nested to a top-level enum would solve this problem.
Metadata
Metadata
Assignees
Labels
No labels