Class BigScreenConfig

Inheritance

System.Object
BigScreenConfig

Inherited Members

Namespace: STREAMSIX
Assembly: cs.temp.dll.dll

Syntax

public class BigScreenConfig : BaseConfig

Fields

ActorName

Name of the actor to load on rmb.

Declaration

public string ActorName

Field Value

TypeDescription
System.String

BranchName

Branch to load the rmb/actor builds. You can create branches to fit your development/production needs on Developer Portal.

Declaration

public string BranchName

Field Value

TypeDescription
System.String

DeepLinkApplicationScheme

Declaration

public string DeepLinkApplicationScheme

Field Value

TypeDescription
System.String

Properties

Type

Declaration

public override ProjectComponent Type { get; }

Property Value

TypeDescription
ProjectComponent

Overrides