| Package | com.milkmangames.nativeextensions.ios |
| Class | public class GVFacebookFriend |
| Inheritance | GVFacebookFriend Object |
| Property | Defined By | ||
|---|---|---|---|
| bio : String [read-only] Bio | GVFacebookFriend | ||
| gender : String [read-only] Gender | GVFacebookFriend | ||
| id : String Friend Facebook ID | GVFacebookFriend | ||
| installed : Boolean [read-only] True if they have your app installed (must have come from a request with an 'installed' field property or will return false) | GVFacebookFriend | ||
| link : String [read-only] Profile Link | GVFacebookFriend | ||
| locationName : String [read-only] Location Name | GVFacebookFriend | ||
| name : String Friend Display Name | GVFacebookFriend | ||
| properties : Object A generic Object with any other key/values for this user | GVFacebookFriend | ||
| Method | Defined By | ||
|---|---|---|---|
GVFacebookFriend(name:String, id:String, extras:Object) Create New GVFacebookFriend | GVFacebookFriend | ||
email():String Email | GVFacebookFriend | ||
getPropertyString(property:String):String
Retrieve a particular property for this facebook User. | GVFacebookFriend | ||
toString():String Return String Representation | GVFacebookFriend | ||
| bio | property |
bio:String [read-only] Bio
public function get bio():String| gender | property |
gender:String [read-only] Gender
public function get gender():String| id | property |
public var id:StringFriend Facebook ID
| installed | property |
installed:Boolean [read-only] True if they have your app installed (must have come from a request with an 'installed' field property or will return false)
public function get installed():Boolean| link | property |
link:String [read-only] Profile Link
public function get link():String| locationName | property |
locationName:String [read-only] Location Name
public function get locationName():String| name | property |
public var name:StringFriend Display Name
| properties | property |
public var properties:ObjectA generic Object with any other key/values for this user
| GVFacebookFriend | () | Constructor |
public function GVFacebookFriend(name:String, id:String, extras:Object)Create New GVFacebookFriend
Parametersname:String | |
id:String | |
extras:Object |
| () | method |
public function email():StringString |
| getPropertyString | () | method |
public function getPropertyString(property:String):StringRetrieve a particular property for this facebook User.
Parameters
property:String — the name of the property you wish to retrieve (for instance, "link")
|
String — the property as a string, if it is available. Otherwise, null.
|
| toString | () | method |
public function toString():StringReturn String Representation
ReturnsString |