Class: Toybox.System.UnexpectedAppTypeException

Overview

This exception indicates that the app targeted by an Intent when exiting to the app is not an allowed app type.

Allowed app types currently include watch-apps (both native activities and Connect IQ apps) and widgets. Watch faces and data fields cannot be targeted. If a native activity that has a Connect IQ data field configured is targeted, the native app will receive the Intent, not the data field.

See Also:

Since:

API Level 2.2.0

Instance Method Summary collapse

Instance Method Details

initialize(msg as Lang.String)

Constructor

Parameters:

Since:

API Level 2.2.0


Generated Apr 17, 2024 9:40:38 AM