Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.Video Class Reference

Represents a Shopify hosted video. More...

Inheritance diagram for Shopify.Unity.Video:
Shopify.Unity.SDK.AbstractResponse Shopify.Unity.Media Shopify.Unity.Node

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< VideoSourcesources ()
 The sources for a video. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
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]
 

Detailed Description

Represents a Shopify hosted video.

Constructor & Destructor Documentation

◆ Video()

Shopify.Unity.Video.Video ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for Video

Member Function Documentation

◆ alt()

string Shopify.Unity.Video.alt ( )
inline

A word or phrase to share the nature or contents of a media.

Implements Shopify.Unity.Media.

◆ id()

string Shopify.Unity.Video.id ( )
inline

Globally unique identifier.

Implements Shopify.Unity.Node.

◆ mediaContentType()

MediaContentType Shopify.Unity.Video.mediaContentType ( )
inline

The media content type.

Implements Shopify.Unity.Media.

◆ previewImage()

Image Shopify.Unity.Video.previewImage ( )
inline

The preview image for the media.

Implements Shopify.Unity.Media.

◆ sources()

List<VideoSource> Shopify.Unity.Video.sources ( )
inline

The sources for a video.


The documentation for this class was generated from the following file: