| Package | com.myflashlab.air.extensions.fb |
| Class | public class Profile |
| Inheritance | Profile Object |
| Property | Defined By | ||
|---|---|---|---|
| firstName : String [read-only]
Getter for the first name of the profile. | Profile | ||
| id : String [read-only]
Getter for the id of the profile. | Profile | ||
| lastName : String [read-only]
Getter for the last name of the profile. | Profile | ||
| link : String [read-only]
Getter for the link of the profile. | Profile | ||
| middleName : String [read-only]
Getter for the middle name of the profile. | Profile | ||
| name : String [read-only]
Getter for the name of the profile. | Profile | ||
| picture : String [read-only]
Getter for the Url of the profile picture. | Profile | ||
| firstName | property |
firstName:String [read-only] Getter for the first name of the profile.
public function get firstName():String| id | property |
id:String [read-only] Getter for the id of the profile.
public function get id():String| lastName | property |
lastName:String [read-only] Getter for the last name of the profile.
public function get lastName():String| link | property |
link:String [read-only] Getter for the link of the profile.
public function get link():String| middleName | property |
middleName:String [read-only] Getter for the middle name of the profile.
public function get middleName():String| name | property |
name:String [read-only] Getter for the name of the profile.
public function get name():String| picture | property |
picture:String [read-only] Getter for the Url of the profile picture.
public function get picture():String