Uses of Class
org.robovm.apple.networkextension.NEProviderStopReason
| Package | Description |
|---|---|
| org.robovm.apple.networkextension |
-
Uses of NEProviderStopReason in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension that return NEProviderStopReason Modifier and Type Method Description static NEProviderStopReasonNEProviderStopReason. valueOf(long n)Returns the enum constant of this type with the specified name.static NEProviderStopReasonNEProviderStopReason. valueOf(String name)Returns the enum constant of this type with the specified name.static NEProviderStopReason[]NEProviderStopReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.networkextension with parameters of type NEProviderStopReason Modifier and Type Method Description voidNEAppPushProvider. stop(NEProviderStopReason reason, Runnable completionHandler)voidNEFilterProvider. stopFilter(NEProviderStopReason reason, Runnable completionHandler)voidNEAppProxyProvider. stopProxy(NEProviderStopReason reason, Runnable completionHandler)voidNEDNSProxyProvider. stopProxy(NEProviderStopReason reason, Runnable completionHandler)voidNEPacketTunnelProvider. stopTunnel(NEProviderStopReason reason, Runnable completionHandler)