Connect IQ > APIメモ > Toybox > Application


Index (A) » Toybox » Application
Module: Toybox::Application
Overview

The Application module contains the base class for every Connect IQ app.

The Application Module includes the AppBase class which is responsible for controlling the app life cycle. This module also includes set and get methods to control the settings and properties values held in the Object Store and a GOAL_TYPE enum that defines the different goal types that can be triggered.

See Also:

   Object Store - Programmer's Guide

Since:

   1.0.0

Defined Under Namespace

Modules: Properties, Storage Classes: AppBase, ObjectStoreAccessException
Constant Summary

GOAL_TYPE_STEPS = 0

Since:

   1.3.0

GOAL_TYPE_FLOORS_CLIMBED = 1

Since:

   1.3.0

GOAL_TYPE_ACTIVE_MINUTES = 2

Since:

   1.3.0

Instance Method Summary
collapse

   getApp ⇒ Toybox::Application::AppBase

   Retrieve the AppBase Object that is currently running.

Instance Method Details
getApp ⇒ Toybox::Application::AppBase

Retrieve the AppBase Object that is currently running.

Returns:

   (Toybox::Application::AppBase) —

   The currently running AppBase object

Since:

   1.0.0
最終更新:2018年04月08日 22:04