Exception: Toybox::System::UnexpectedAppTypeException
- Inherits:
-
Exception
- Object
- Exception
- 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.
Instance Method Summary collapse
-
initialize(msg) ⇒ UnexpectedAppTypeException
constructor
UnexpectedAppTypeException constructor.
Constructor Details
initialize(msg) ⇒ UnexpectedAppTypeException
UnexpectedAppTypeException constructor.
9541 9542 |
# File 'Monkeybrains.rb', line 9541
def initialize(msg)
end
|