Package 

Class Profile

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class Profile
     implements Parcelable
                        

    This class represents a basic Facebook profile.

    • Constructor Detail

      • Profile

        Profile(String id, String firstName, String middleName, String lastName, String name, Uri linkUri, Uri pictureUri)
        Constructor.
        Parameters:
        id - The id of the profile.
        firstName - The first name of the profile.
        middleName - The middle name of the profile.
        lastName - The last name of the profile.
        name - The name of the profile.
        linkUri - The link for this profile.
      • Profile

        Profile(String id, String firstName, String middleName, String lastName, String name, Uri linkUri)
        Constructor.
        Parameters:
        id - The id of the profile.
        firstName - The first name of the profile.
        middleName - The middle name of the profile.
        lastName - The last name of the profile.
        name - The name of the profile.
        linkUri - The link for this profile.