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 8967b94 commit 5479afbCopy full SHA for 5479afb
sdk/src/main/java/ly/count/android/sdk/ModuleUserProfile.java
@@ -17,8 +17,8 @@ public class ModuleUserProfile extends ModuleBase {
17
static final String EMAIL_KEY = "email";
18
static final String ORG_KEY = "organization";
19
static final String PHONE_KEY = "phone";
20
- static final String PICTURE_KEY = "picture";
21
- static final String PICTURE_PATH_KEY = "picturePath";
+ static final String PICTURE_KEY = "picture";//the one sending the url
+ static final String PICTURE_PATH_KEY = "picturePath";//path to a local file
22
static final String GENDER_KEY = "gender";
23
static final String BYEAR_KEY = "byear";
24
static final String CUSTOM_KEY = "custom";
0 commit comments