Contents

AppExtensionProcess.Configuration

A structure that holds the identity of an app extension and process-related details.

Declaration

struct Configuration

Overview

This type manages the configuration details you use to create an AppExtensionProcess structure. Create an instance of this type and initialize it with the identity of the app extension you want and a closure to run if the app extension terminates unexpectedly.

Topics

Creating the configuration structure

Responding to process interruptions

Getting the app-extension details

See Also

Creating the app-extension process