Packagecom.facebook.graph.data.ui.stream
Classpublic class StreamImage
InheritanceStreamImage Inheritance StreamMedia



Public Properties
 PropertyDefined 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
 Inheritedtype : String
Stream media can be one of the following: image, flash, or mp3; These media types render photos, Flash objects, and music, respectively.
StreamMedia
Public Methods
 MethodDefined by
  
StreamImage
  
toObject():Object
StreamImage
Property detail
hrefproperty
public var href:String

The URL where a user should be taken if he or she clicks the photo.

srcproperty 
public var src:String

The photo URL.

Constructor detail
StreamImage()constructor
public function StreamImage()
Method detail
toObject()method
public override function toObject():Object

Returns
Object