SmartEyeglass SDK
public static interface

Registration.LaunchMode

Class Overview

Specifies which API that shall be started when launching the extension.

Summary

Constants
int CONTROL The Control API shall be started when launching the extension.
int NOTIFICATION The Notification API shall be started when launching the extension.

Constants

Added in API level 2.0 public static final int CONTROL

The Control API shall be started when launching the extension.

Constant Value: 0 (0x00000000)

Added in API level 2.0 public static final int NOTIFICATION

The Notification API shall be started when launching the extension.

Constant Value: 1 (0x00000001)