Uses of Class
com.openfin.desktop.fdc3.AppIntent
Package | Description |
---|---|
com.openfin.desktop.fdc3 |
-
Uses of AppIntent in com.openfin.desktop.fdc3
Method parameters in com.openfin.desktop.fdc3 with type arguments of type AppIntent Modifier and Type Method Description void
FDC3Client. findIntent(java.lang.String intent, Context context, AsyncCallback<AppIntent> callback)
Find out more information about a particular intent by passing its name, and optionally its context.void
FDC3Client. findIntentsByContext(Context context, AsyncCallback<java.util.List<AppIntent>> callback)
Find all the avalable intents for a particular context.