Class RVAssetRequestedArgs

This class is used as argument for the event onAssetRequested

Inheritance
System.Object
RVAssetRequestedArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVAssetRequestedArgs

Constructors

RVAssetRequestedArgs(RVAssetType, Object)

Declaration
public RVAssetRequestedArgs(RVAssetType assetType, object context)
Parameters
Type Name Description
RVAssetType assetType
System.Object context

Properties

AssetType

Gets the type of asset represented by this instance.

Declaration
public RVAssetType AssetType { get; set; }
Property Value
Type Description
RVAssetType

Context

Additional data or metadata that is relevant to obtain an asset.

Declaration
public object Context { get; set; }
Property Value
Type Description
System.Object