Shopify SDK for Unity
|
Represents a Shopify hosted video. More...
Public Member Functions | |
Video (Dictionary< string, object > dataJSON) | |
Accepts deserialized json data. Will further parse passed in data. More... | |
string | alt () |
A word or phrase to share the nature or contents of a media. More... | |
string | id () |
Globally unique identifier. More... | |
MediaContentType | mediaContentType () |
The media content type. More... | |
Image | previewImage () |
The preview image for the media. More... | |
List< VideoSource > | sources () |
The sources for a video. More... | |
object | Clone () |
Additional Inherited Members | |
Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse | |
T | Get< T > (string field, string alias=null) |
Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse | |
Dictionary< string, object > | Data |
Properties inherited from Shopify.Unity.SDK.AbstractResponse | |
Dictionary< string, object > | DataJSON [get, protected set] |
Represents a Shopify hosted video.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for Video |
|
inline |
A word or phrase to share the nature or contents of a media.
Implements Shopify.Unity.Media.
|
inline |
Globally unique identifier.
Implements Shopify.Unity.Node.
|
inline |
The media content type.
Implements Shopify.Unity.Media.
|
inline |
The preview image for the media.
Implements Shopify.Unity.Media.
|
inline |
The sources for a video.