Edit

Share via


WKContentRuleListStore.GetAvailableContentRuleListIdentifiers Method

Definition

Retrieves the list of identifiers for available content rule lists and passes them to the provided callback.

[Foundation.Export("getAvailableContentRuleListIdentifiers:")]
public virtual void GetAvailableContentRuleListIdentifiers (Action<string[]> callback);
abstract member GetAvailableContentRuleListIdentifiers : Action<string[]> -> unit
override this.GetAvailableContentRuleListIdentifiers : Action<string[]> -> unit

Parameters

callback
Action<String[]>

A handler to run with the available identifiers.

Attributes

Applies to