-
- All Implemented Interfaces:
public class AmbientLightEvent extends SensorEvent
AmbientLightEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AmbientLightEvent.Builder
-
Method Summary
Modifier and Type Method Description EventType
getEventType()
Get AmbientLightEvent's EventType Array<AmbientLightItem>
getAmbientLightList()
static AmbientLightEvent.Builder
builder()
-
Methods inherited from class com.telenav.sdk.datacollector.model.event.SensorEvent
getEventData
-
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEventType
EventType getEventType()
Get AmbientLightEvent's EventType
-
getAmbientLightList
Array<AmbientLightItem> getAmbientLightList()
-
builder
static AmbientLightEvent.Builder builder()
-
-
-
-