-
- All Implemented Interfaces:
public class AmbientLightEvent extends SensorEventTelemetry event for ambient light event analytics.
Build with builder, populate required payload fields, and upload via sendEventRequest.
Maps to schema definition
AmbientLight.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAmbientLightEvent.Builder
-
Method Summary
Modifier and Type Method Description EventTypegetEventType()Get AmbientLightEvent's EventType Array<AmbientLightItem>getAmbientLightList()static AmbientLightEvent.Builderbuilder()Creates a new builder for constructing an instance. -
-
Method Detail
-
getEventType
EventType getEventType()
Get AmbientLightEvent's EventType
-
getAmbientLightList
Array<AmbientLightItem> getAmbientLightList()
-
builder
static AmbientLightEvent.Builder builder()
Creates a new builder for constructing an instance.
Use fluent setter methods before calling build().
-
-
-
-