Skip to content

Commit

Permalink
Add events to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
4eRTuk committed Dec 27, 2016
1 parent 648bb7f commit d52639d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/nextgis/maplib/api/IGISApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,9 @@ public interface IGISApplication
* Send target event to analytics
*/
void sendEvent(String category, String action, String label);

/**
* Send screen hit to analytics
*/
void sendScreen(String name);
}

0 comments on commit d52639d

Please sign in to comment.