C# Class ExamplesChat.iOS.AppDelegate

Inheritance: UIApplicationDelegate
Mostrar archivo Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
DidEnterBackground ( UIApplication application ) : void

If the application is minimised we need to correctly shutdown NetworkComms.Net

Method Details

DidEnterBackground() public method

If the application is minimised we need to correctly shutdown NetworkComms.Net
public DidEnterBackground ( UIApplication application ) : void
application UIApplication
return void