Package-level declarations

Types

Link copied to clipboard
class ZapAccelerometer(val x: Float, val y: Float, val z: Float) : Zapable

Represent values measured by accelerometer sensor.

Link copied to clipboard
Link copied to clipboard
class ZapGeoPoint(val latitude: Double, val longitude: Double) : Zapable

Represent a point on earth in geological coordinates.

Link copied to clipboard
class ZapGravity(val x: Float, val y: Float, val z: Float) : Zapable

Represent the force of gravity that is applied to a device.

Link copied to clipboard
class ZapGyroscope(val x: Float, val y: Float, val z: Float) : Zapable

Represent a device's rate of rotation.

Link copied to clipboard
class ZapIlluminance(val lx: Float) : Zapable

Represent the ambient light level.

Link copied to clipboard
class ZapMagneticField(val x: Float, val y: Float, val z: Float) : Zapable

Represent a ambient geomagnetic field.

Link copied to clipboard

A registry of resources supported by Zap and their identification keys.

Link copied to clipboard
class ZapText(val str: String, val charset: ZapCharset = ZapCharset.UTF_8) : Zapable

Represent simple text.

Link copied to clipboard
class ZapUiEvent(val uiId: String, val event: ZapUiEvent.Event, val value: String? = null) : Zapable

Represent data related to event raised by the user interface.