Class RVAssetResult

Uses as result of the event OnAssetRequested

Inheritance
System.Object
RVAssetResult
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 RVAssetResult

Constructors

RVAssetResult()

Declaration
public RVAssetResult()

Properties

ImageUrl

Path to a custom asset image

Declaration
public string ImageUrl { get; set; }
Property Value
Type Description
System.String

Visible

Indicates whether the asset is visible

Declaration
public bool Visible { get; set; }
Property Value
Type Description
System.Boolean