Contents

NEHotspotAuthenticationProvider

A protocol that defines methods that your extension adopts to start and stop the extension, and to handle commands to authenticate with the hotspot network.

Declaration

protocol NEHotspotAuthenticationProvider : AppExtension

Overview

Conform to this protocol in your hotspot helper app extension to handle the hotspot commands NEHotspotHelperCommandType.authenticate, NEHotspotHelperCommandType.maintain, NEHotspotHelperCommandType.presentUI, and NEHotspotHelperCommandType.logoff.

Topics

Managing provider life cycle

Sending commands to the provider

See Also

Hotspot helper extension