Skip to content

Commit

Permalink
AMP-30334 add skeleton for addIdentityChangedListener and useAdvertis…
Browse files Browse the repository at this point in the history
…ingIdForDeviceId
  • Loading branch information
kelsonpw committed Oct 8, 2020
1 parent 6e45b11 commit 825f34f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/amplitude/identitymanager/Identity.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ public void setUserId(Integer userId) {
public String getUserId() {
return _userId;
}

public void addIdentityChangedListener(){}

public void useAdvertisingIdForDeviceId() {}
}

0 comments on commit 825f34f

Please sign in to comment.