public final class NetworkExtension
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
kNEHotspotHelperOptionDisplayName()
[@const] kNEHotspotHelperOptionDisplayName
|
static java.lang.String |
NEAppProxyErrorDomain()
[@const] NEAppProxyErrorDomain The NEAppProxyFlow error domain
|
static java.lang.String |
NEAppPushErrorDomain()
[@const] NEAppPushErrorDomain The app push manager error domain
|
static java.lang.String |
NEDNSProxyConfigurationDidChangeNotification()
[@const] NEDNSProxyConfigurationDidChangeNotification Name of the NSNotification that is posted when the DNS proxy configuration changes.
|
static java.lang.String |
NEDNSProxyErrorDomain()
[@const] NEDNSProxyManagerErrorDomain The DNS proxy error domain
|
static java.lang.String |
NEDNSSettingsConfigurationDidChangeNotification()
[@const] NEDNSSettingsConfigurationDidChangeNotification Name of the NSNotification that is posted when the DNS settings configuration changes.
|
static java.lang.String |
NEDNSSettingsErrorDomain()
[@const] NEDNSSettingsManagerErrorDomain The DNS settings error domain
|
static java.lang.String |
NEFilterConfigurationDidChangeNotification()
[@const] NEFilterConfigurationDidChangeNotification Name of the NSNotification that is posted when the filter configuration changes.
|
static java.lang.String |
NEFilterErrorDomain()
[@const] NEFilterErrorDomain The filter error domain
|
static java.lang.String |
NEFilterProviderRemediationMapRemediationButtonTexts()
Key for Remediation button text
|
static java.lang.String |
NEFilterProviderRemediationMapRemediationURLs()
Key for RemediationURL
|
static java.lang.String |
NEHotspotConfigurationErrorDomain()
[@const] NEHotspotConfigurationErrorDomain The Hotspot Configuration error domain
|
static java.lang.String |
NETunnelProviderErrorDomain()
[@const] NETunnelProviderErrorDomain The tunnel provider error domain
|
static java.lang.String |
NEVPNConfigurationChangeNotification()
[@const] NEVPNConfigurationChangeNotification Name of the NSNotification that is posted when the VPN configuration changes.
|
static java.lang.String |
NEVPNConnectionStartOptionPassword()
[@const] NEVPNConnectionStartOptionPassword Specify this key in the options dictionary passed to startVPNTunnelWithOptions:returningError: to override the password saved in the configuration.
|
static java.lang.String |
NEVPNConnectionStartOptionUsername()
[@const] NEVPNConnectionStartOptionUsername Specify this key in the options dictionary passed to startVPNTunnelWithOptions:returningError: to override the username saved in the configuration.
|
static java.lang.String |
NEVPNErrorDomain()
[@const] NEVPNErrorDomain The VPN error domain
|
static java.lang.String |
NEVPNStatusDidChangeNotification()
[@const] NEVPNStatusDidChangeNotification Name of the NSNotification that is posted when the VPN status changes.
|
public static java.lang.String NEAppProxyErrorDomain()
public static java.lang.String NETunnelProviderErrorDomain()
public static java.lang.String NEVPNErrorDomain()
public static java.lang.String NEVPNConfigurationChangeNotification()
public static java.lang.String NEFilterProviderRemediationMapRemediationURLs()
public static java.lang.String NEFilterProviderRemediationMapRemediationButtonTexts()
public static java.lang.String NEFilterErrorDomain()
public static java.lang.String NEFilterConfigurationDidChangeNotification()
public static java.lang.String kNEHotspotHelperOptionDisplayName()
The string displayed in Wi-Fi Settings for a network handled by the application.
This key specifies the display name for the application, if an alternate name is desired. If this property is not specified, the application's name is used.
This name appears in Settings -> Wi-Fi underneath the Wi-Fi network name if the helper indicated that it was able to handle the network.
public static java.lang.String NEVPNStatusDidChangeNotification()
public static java.lang.String NEVPNConnectionStartOptionUsername()
public static java.lang.String NEVPNConnectionStartOptionPassword()
public static java.lang.String NEDNSProxyErrorDomain()
public static java.lang.String NEDNSProxyConfigurationDidChangeNotification()
public static java.lang.String NEHotspotConfigurationErrorDomain()
public static java.lang.String NEDNSSettingsErrorDomain()
public static java.lang.String NEDNSSettingsConfigurationDidChangeNotification()
public static java.lang.String NEAppPushErrorDomain()