interface Embeddable (View source)

Abstract interface for an embeddable resource

Methods

public
int
getWidth()

Get width of this Embed

public
int
getHeight()

Get height of this Embed

public
string
getPreviewURL()

Get preview url

public
string
getName()

Get human readable name for this resource

public
string
getType()

Get Embed type

public
bool
validate()

Validate this resource

Details

int getWidth()

Get width of this Embed

Return Value

int

int getHeight()

Get height of this Embed

Return Value

int

string getPreviewURL()

Get preview url

Return Value

string

string getName()

Get human readable name for this resource

Return Value

string

string getType()

Get Embed type

Return Value

string

bool validate()

Validate this resource

Return Value

bool