Package apple.intents.protocol
Interface INIntentHandlerProviding
-
- All Known Implementing Classes:
INExtension
public interface INIntentHandlerProviding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjecthandlerForIntent(INIntent intent)Override this function to provide classes other than the extension's principal class to handle a given intent
-
-
-
Method Detail
-
handlerForIntent
java.lang.Object handlerForIntent(INIntent intent)
Override this function to provide classes other than the extension's principal class to handle a given intent
-
-