Method RegisterForContentUpdateCompletion
RegisterForContentUpdateCompletion(Action<ContentUpdateState>)
Register for content update state changes.
Declaration
public static void RegisterForContentUpdateCompletion(Action<ContentDeliveryGlobalState.ContentUpdateState> updateStateFunc)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<ContentDeliveryGlobalState.ContentUpdateState> | updateStateFunc | The action that will be called for each content update state change. |