| Package | com.facebook.graph.data.ui.stream |
| Class | public class StreamImage |
| Inheritance | StreamImage StreamMedia |
| Property | Defined by | ||
|---|---|---|---|
| href : String
The URL where a user should be taken if he or she clicks the photo.
| StreamImage | ||
| src : String
The photo URL.
| StreamImage | ||
![]() | type : String
Stream media can be one of the following: image, flash, or mp3;
These media types render photos, Flash objects, and music, respectively.
| StreamMedia | |
| Method | Defined by | ||
|---|---|---|---|
| StreamImage | |||
|
toObject():Object
| StreamImage | ||
| href | property |
public var href:StringThe URL where a user should be taken if he or she clicks the photo.
| src | property |
public var src:StringThe photo URL.
| StreamImage | () | constructor |
public function StreamImage()
| toObject | () | method |
public override function toObject():Object
Returns
Object |