-
public class BitmojiData
Model for bitmoji data related to the active (connected) user.
-
-
Field Summary
Fields Modifier and Type Field Description private String
avatarId
private String
twoDAvatarUrl
-
Method Summary
Modifier and Type Method Description String
getAvatarId()
Returns the Avatar ID of the user's bitmoji. String
getTwoDAvatarUrl()
Returns the 2D Avatar Url of the user's bitmoji. -
-
Method Detail
-
getAvatarId
@Nullable() String getAvatarId()
Returns the Avatar ID of the user's bitmoji.
-
getTwoDAvatarUrl
@Nullable() String getTwoDAvatarUrl()
Returns the 2D Avatar Url of the user's bitmoji.
-
-
-
-