Sendbird Chat SDK for Unity
SbOgImage

Represents a OGImage of OgMetaData. For Specifications, see https://ogp.me/. More...

Properties

string Alt [get]
 A description of what is in the image (not a caption). More...
 
int Height [get]
 The number of pixels high. More...
 
int Width [get]
 The number of pixels wide. More...
 
string SecureUrl [get]
 An alternate url to use if the webpage requires HTTPS. More...
 
string Type [get]
 A MIME type for this image. More...
 
string Url [get]
 An image URL which represents the object within the Open Graph. More...
 

Detailed Description

Represents a OGImage of OgMetaData. For Specifications, see https://ogp.me/.

Since
4.0.0

Property Documentation

◆ Alt

string Alt
get

A description of what is in the image (not a caption).

Since
4.0.0

◆ Height

int Height
get

The number of pixels high.

Since
4.0.0

◆ SecureUrl

string SecureUrl
get

An alternate url to use if the webpage requires HTTPS.

Since
4.0.0

◆ Type

string Type
get

A MIME type for this image.

Since
4.0.0

◆ Url

string Url
get

An image URL which represents the object within the Open Graph.

Since
4.0.0

◆ Width

int Width
get

The number of pixels wide.

Since
4.0.0