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

Represents a video hosted outside of Shopify. More...

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

Public Member Functions

 ExternalVideo (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 embeddedUrl ()
 The URL. More...
 
string id ()
 Globally unique identifier. More...
 
MediaContentType mediaContentType ()
 The media content type. More...
 
Image previewImage ()
 The preview image for the media. 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 video hosted outside of Shopify.

Constructor & Destructor Documentation

◆ ExternalVideo()

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

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

Parameters
dataJSONDeserialized JSON data for ExternalVideo

Member Function Documentation

◆ alt()

string Shopify.Unity.ExternalVideo.alt ( )
inline

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

Implements Shopify.Unity.Media.

◆ embeddedUrl()

string Shopify.Unity.ExternalVideo.embeddedUrl ( )
inline

The URL.

◆ id()

string Shopify.Unity.ExternalVideo.id ( )
inline

Globally unique identifier.

Implements Shopify.Unity.Node.

◆ mediaContentType()

MediaContentType Shopify.Unity.ExternalVideo.mediaContentType ( )
inline

The media content type.

Implements Shopify.Unity.Media.

◆ previewImage()

Image Shopify.Unity.ExternalVideo.previewImage ( )
inline

The preview image for the media.

Implements Shopify.Unity.Media.


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