Skip to content

GazeManagerCore.ApiVersion is not visible #15

@monochromata

Description

@monochromata

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions