public interface CLSContextProvider
The app extension that provides CLSContexts should adopt this protocol.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CLSContextProvider.Block_updateDescendantsOfContextCompletion |
| Modifier and Type | Method and Description |
|---|---|
void |
updateDescendantsOfContextCompletion(CLSContext context,
CLSContextProvider.Block_updateDescendantsOfContextCompletion completion)
This method asks the app extension to update CLSContexts that are descendants of a given context.
|
void updateDescendantsOfContextCompletion(CLSContext context, CLSContextProvider.Block_updateDescendantsOfContextCompletion completion)
The extension may choose to modify, delete, or create some or all descendants of the given context. The host app may call this method as the user selects a context.
context - A CLSContext whose descendants are to be updatedcompletion - A completion block the extension should call with an optional error to indicate success or failure.