SurveySuppressedEvent

Inherits from MetricEvent

Summary

Constructors

SurveySuppressedEvent()
SurveySuppressedEvent(guid: Guid)
SurveySuppressedEvent(other: MetricEvent)
SurveySuppressedEvent(other: DataContainer)

Properties

Name Type
suppressReason string

Static members

Name Type
SurveySuppressedEvent.typeInfo TypeInformation

Constructors

SurveySuppressedEvent

SurveySuppressedEvent()

Creates a new SurveySuppressedEvent frostbite instance.

SurveySuppressedEvent

SurveySuppressedEvent(guid: Guid)

Creates a new SurveySuppressedEvent frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

SurveySuppressedEvent

SurveySuppressedEvent(other: MetricEvent)

Casts an instance of type MetricEvent to SurveySuppressedEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MetricEvent The instance to cast to SurveySuppressedEvent.

SurveySuppressedEvent

SurveySuppressedEvent(other: DataContainer)

Casts an instance of type DataContainer to SurveySuppressedEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to SurveySuppressedEvent.

Properties

suppressReason

string

Static members

typeInfo

TypeInformation

The type information for the SurveySuppressedEvent type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)