Observe VPN Related Events
Provides a simple way to watch any events required by your applications integrating with VPN SDK.
The VPN SDK provides an observer interface that can be implemented in order to handle any events that occur from the client.
The supported events that can be implemented are:
Status/Configuration Events
Property | Description |
---|---|
serverWillChange | The server defined in the client's |
serverDidChange | The server defined in the client's |
protocolWillChange | The protocol defined in the client's |
protocolDidChange | The protocol defined in the client's |
Connection Events
Property | Description |
---|---|
connectionWillBegin | The connection to the VPN server is about to start connecting. |
connectionDidBegin | The connection to the VPN server did start connecting. |
connectionWillReconnect | The connection to the VPN server is about to attempt to reconnect |
connectionSucceeded | The connection to the VPN server was successful. |
connectionFailed | The connection to the VPN server failed with |
connectionWillDisconnect | The connection to the VPN server is about to disconnect. |
connectionDidDisconnect | The connection to the VPN server did disconnect. |
Miscellaneous Events
profileFailedToInstall | The iOS VPN profile failed to install and returned with Called on |
Last updated