WearDataLayerAppHelper
Subclass of DataLayerAppHelper for use on Wear devices.
Parameter appStoreUri should be provided when using functions like installOnNode with an iOS device.
Constructors
Properties
Functions
Marks that the main activity has been launched at least once.
Marks a complication as activated. Call this in ComplicationDataSourceService.onComplicationActivated.
Marks a complication as deactivated. Call this in ComplicationDataSourceService.onComplicationDeactivated.
Marks that the necessary setup steps have been completed in the app such that it is ready for use. Typically this should be called when any pairing/login has been completed. If used for prompting login, it should also be called during startup if login happened before
Marks that the app is no longer considered in a fully setup state. For example, the user has logged out. This will roll the state back to the app having been used once - if the setup had previously been completed, but will have no effect if this is not the case.
Marks a tile as installed. Call this in TileService#onTileAddEvent. Supplying a name is mandatory to disambiguate from the installation or removal of other tiles your app may have.
Marks a tile as removed. Call this in TileService#onTileRemoveEvent. Supplying a name is mandatory to disambiguate from the installation or removal of other tiles your app may have.