Skip to content

Commit

Permalink
feat: pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Mar 25, 2024
1 parent ab6235e commit e9904f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## XX.XX.XX
* Added a new function "setID(newDeviceId)" for managing device id changes.

* Added a new function "setID(newDeviceId)" for managing device id changes according to the device ID Type.

## 24.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ public String getID() {
}

/**
* Sets current device id to the new one.
* Sets device ID according to the device ID Type.
* If previous ID was Developer Supplied sets it without merge, otherwise with merge.
*
* @param newDeviceID device id to set
*/
Expand Down

0 comments on commit e9904f4

Please sign in to comment.