Package classes

Class Object_PreferabliUser

  • All Implemented Interfaces:
    android.os.Parcelable

    public class Object_PreferabliUser
    extends Object_BaseObject
    A logged in Preferabli user. Most SDK installations will never use this.
    • Method Detail

      • getIntercomHmac

        public java.lang.String getIntercomHmac()
      • getRatingCollectionId

        public long getRatingCollectionId()
      • getWishlistCollectionId

        public long getWishlistCollectionId()
      • getClaimCode

        public java.lang.String getClaimCode()
      • isLocked

        public boolean isLocked()
      • hasWhereToBuy

        public boolean hasWhereToBuy()
      • getDisplayName

        public java.lang.String getDisplayName()
      • getAccountLevel

        public int getAccountLevel()
      • isEnableImageRec

        public boolean isEnableImageRec()
      • getEmail

        public java.lang.String getEmail()
      • getFirstName

        public java.lang.String getFirstName()
      • getFname

        public java.lang.String getFname()
      • getLastName

        public java.lang.String getLastName()
      • isTeamRingIT

        public boolean isTeamRingIT()
      • getAvatar

        public java.lang.String getAvatar​(int width,
                                          int height,
                                          int quality)
        Get the user's avatar.
        Parameters:
        width - returns an image with the specified width in pixels.
        height - returns an image with the specified height in pixels.
        quality - returns an image with the specified quality. Scales from 0 - 100.
        Returns:
        the URL of the requested image.
      • getLocation

        public java.lang.String getLocation()
      • getBirthYear

        public int getBirthYear()
      • getZipCode

        public java.lang.String getZipCode()
      • getCountry

        public java.lang.String getCountry()
      • getGender

        public java.lang.String getGender()
      • isActive

        public boolean isActive()
      • isSubscribed

        public boolean isSubscribed()
      • getCreatedAt

        public java.lang.String getCreatedAt()
      • getUpdatedAt

        public java.lang.String getUpdatedAt()
      • getAdmin

        public int getAdmin()
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
        Overrides:
        writeToParcel in class Object_BaseObject