Last active
December 11, 2017 03:43
-
-
Save roana0229/1bb1071cf4b93cbc65f3347867aff575 to your computer and use it in GitHub Desktop.
Androidのalibaba製UIイベントトラッキングライブラリを読む ref: https://qiita.com/roana0229/items/8e20482936c9c068332a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TrackerManager.getInstance().setCommit(new DemoDataCommitImpl()); | |
TrackerManager.getInstance().init(this, true, true, true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TrackerManager.getInstance().setCommit(new DemoDataCommitImpl()); | |
TrackerManager.getInstance().init(this, true, true, true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment