Class MediaContent
Specify how we could get the content for the media.
Inherited Members
Namespace: Meta.InstantGames.v8
Assembly: Unity.Meta.InstantGames.Sdk.v8.dll
Syntax
public class MediaContent : JsObject
Constructors
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 |