Class: Toybox.System.UnexpectedAppTypeException
- Inherits:
- 
    Toybox.Lang.Exception
    
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:
Instance Method Summary collapse
- 
      
      initialize(msg as Lang.String)
      
  
    Constructor. 
Instance Method Details
initialize(msg as Lang.String)
Constructor