CXCallDirectoryManager.ReloadExtension(String, Action<NSError>) Method

Definition

Reloads the identified directory extension and passes an error (if present) to completion.

[Foundation.Export("reloadExtensionWithIdentifier:completionHandler:")]
public virtual void ReloadExtension (string identifier, Action<Foundation.NSError> completion);
abstract member ReloadExtension : string * Action<Foundation.NSError> -> unit
override this.ReloadExtension : string * Action<Foundation.NSError> -> unit

Parameters

identifier
String

The unique id of the directory extension to check.

completion
Action<NSError>

An action that returns void and takes a CXCallDirectoryEnabledStatus and a NSError.

This parameter can be null.

Attributes

Applies to