SmartEyeglass SDK
public static interface

Notification.Event

Class Overview

Definitions used for interacting with the event table.

Summary

Constants
java.lang.String TABLE_NAME The event table name
java.lang.String MIME_TYPE Data row MIME type
java.lang.String EVENTS_PATH Path segment
java.lang.String EVENT_READ_STATUS_PATH Path segment
Fields
public static final Uri URI Content URI
public static final Uri READ_STATUS_URI Content URI used to observe changes in EVENT_READ_STATUS

Constants

public static final java.lang.String TABLE_NAME

The event table name

Constant Value: "event"

public static final java.lang.String MIME_TYPE

Data row MIME type

Constant Value: "aef-event"

public static final java.lang.String EVENTS_PATH

Path segment

Constant Value: "event"

public static final java.lang.String EVENT_READ_STATUS_PATH

Path segment

Constant Value: "read_status"

Fields

public static final Uri URI

Content URI

public static final Uri READ_STATUS_URI

Content URI used to observe changes in EVENT_READ_STATUS