Class MediaContent
Specify how we could get the content for the media.
Inherited Members
Namespace: Meta.InstantGames
Assembly: Unity.Meta.InstantGames.Sdk.dll
Syntax
public class MediaContent : JsObjectConstructors
MediaContent(string)
Creates a new instance of MediaContent
Declaration
public MediaContent(string url)Parameters
| Type | Name | Description | 
|---|---|---|
| string | url | for the media that stores in the developers' server. | 
Properties
Url
for the media that stores in the developers' server.
Declaration
public string Url { get; }Property Value
| Type | Description | 
|---|---|
| string |