Update intent methods to use AppIdentifier type
nkolba opened this issue · 1 comments
nkolba commented
- raiseIntent - signature
- raiseIntentForContext - signature
- route to instance if an instance identifier is provided
- deprecate old signatures
Ensure proper error is thrown if target instance is specified but not found:
If a specific target app parameter was set, but either the app or app instance is not available then the ResolveError.TargetAppUnavailable or ResolveError.TargetInstanceUnavailable errors MUST be returned.