File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
app/src/main/java/ly/count/android/demo Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3
3
* Events are now recorded with an internal ID.
4
4
* Added a variant of "esWriteCachesToPersistence" that has a callback to indicate if any writes were performed
5
5
* When calling "esWriteCachesToPersistence", no write to storage is performed if the same data would be written
6
-
7
- ## 22.06.3
8
6
* Expanded feedback widget functionality. Added ability to use rating widgets.
9
7
* Added functionality to access tags for feedback widgets.
10
8
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ public void onCreate() {
145
145
Map <String , Object > customUserProperties = new HashMap <>();
146
146
customUserProperties .put ("A" , 1 );
147
147
148
- CountlyConfig config = (new CountlyConfig (this , COUNTLY_APP_KEY , COUNTLY_SERVER_URL )). setIdMode ( DeviceIdType . OPEN_UDID ) //.setDeviceId("67567")
148
+ CountlyConfig config = (new CountlyConfig (this , COUNTLY_APP_KEY , COUNTLY_SERVER_URL ))//.setDeviceId("67567")
149
149
.setLoggingEnabled (true )
150
150
.setLogListener (new ModuleLog .LogCallback () {
151
151
@ Override public void LogHappened (String logMessage , ModuleLog .LogLevel logLevel ) {
You can’t perform that action at this time.
0 commit comments