-
public class BitmojiDataModel for bitmoji data related to the active (connected) user.
-
-
Field Summary
Fields Modifier and Type Field Description private StringavatarIdprivate StringtwoDAvatarUrl
-
Method Summary
Modifier and Type Method Description StringgetAvatarId()Returns the Avatar ID of the user's bitmoji. StringgetTwoDAvatarUrl()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.
-
-
-
-