Class AutomatedQARuntimeSettings
Inheritance
AutomatedQARuntimeSettings
Syntax
public static class AutomatedQARuntimeSettings : object
Fields
DEVICE_TESTING_API_ENDPOINT
Declaration
public static readonly string DEVICE_TESTING_API_ENDPOINT
Field Value
GAMESIM_API_ENDPOINT
Declaration
public static readonly string GAMESIM_API_ENDPOINT
Field Value
Properties
ActivateClickFeedbackFx
Activates ripple effect on point of click during playback of recordings.
Declaration
public static bool ActivateClickFeedbackFx { get; set; }
Property Value
ActivateDragFeedbackFx
Activates drag effect between drag start and drag release during playback of recordings.
Declaration
public static bool ActivateDragFeedbackFx { get; set; }
Property Value
ActivateHighlightFeedbackFx
Activates highlight effect on point of click during playback of recordings.
Declaration
public static bool ActivateHighlightFeedbackFx { get; set; }
Property Value
ActivatePlaybackVisualFx
Enable or disable visual Fx feedback for actions taken during playback of recordings.
If false, check individual feedback booleans to see if a subset will be activated.
Declaration
public static bool ActivatePlaybackVisualFx { get; set; }
Property Value
buildType
Declaration
public static BuildType buildType { get; }
Property Value
Declaration
public static HostPlatform hostPlatform { get; }
Property Value
PackageFolderName
Name of the folder under persistent data path that our files are organized under.
Declaration
public static string PackageFolderName { get; set; }
Property Value
PersistentDataPath
Folder on device where we store Automated QA temp and customization data.
Declaration
public static string PersistentDataPath { get; set; }
Property Value
RecordingDataPath
Full path to folder on device where we store recording files.
Declaration
public static string RecordingDataPath { get; set; }
Property Value
recordingFileStorage
Declaration
public static RecordingFileStorage recordingFileStorage { get; }
Property Value
RecordingFolderName
Name of folder on device where we store recording files.
Declaration
public static string RecordingFolderName { get; set; }
Property Value