We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e2010 commit 0103242Copy full SHA for 0103242
lib/src/main/java/com/tuti/api/authentication/SignUpRequest.java
@@ -16,6 +16,17 @@ public void setUserPubKey(String userPubKey) {
16
17
@SerializedName("user_pubkey")
18
private String userPubKey;
19
+
20
+ public String getDeviceId() {
21
+ return deviceId;
22
+ }
23
24
+ public void setDeviceId(String deviceId) {
25
+ this.deviceId = deviceId;
26
27
28
+ @SerializedName("device_id")
29
+ private String deviceId;
30
private String fullname;
31
private String birthday;
32
private String email;
0 commit comments