Sendbird Chat SDK for Unity
SbOgMetaData

Represents a SbOgMetaData of a url. For Specifications, see https://ogp.me/. Currently we only support images. More...

Properties

string Description [get]
 A one to two sentence description of the object. ex: "Sean Connery found fame and fortune as the suave, sophisticated British agent, James Bond." More...
 
SbOgImage DefaultImage [get]
 An ogImage object that contains information about the image that this Open Graph points to. More...
 
string Title [get]
 The title of the object as it should appear within the graph. ex: "The Rock". More...
 
string Url [get]
 The canonical URL of the object that can be used as its permanent ID in the graph. ex: "http://www.imdb.com/title/tt0117500/" More...
 

Detailed Description

Represents a SbOgMetaData of a url. For Specifications, see https://ogp.me/. Currently we only support images.

Since
4.0.0

Property Documentation

◆ DefaultImage

SbOgImage DefaultImage
get

An ogImage object that contains information about the image that this Open Graph points to.

Since
4.0.0

◆ Description

string Description
get

A one to two sentence description of the object. ex: "Sean Connery found fame and fortune as the suave, sophisticated British agent, James Bond."

Since
4.0.0

◆ Title

string Title
get

The title of the object as it should appear within the graph. ex: "The Rock".

Since
4.0.0

◆ Url

string Url
get

The canonical URL of the object that can be used as its permanent ID in the graph. ex: "http://www.imdb.com/title/tt0117500/"

Since
4.0.0