C# Class ExamplesChat.iOS.AppDelegate

Inheritance: UIApplicationDelegate
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Méthodes publiques

Méthode Description
DidEnterBackground ( UIApplication application ) : void

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

Method Details

DidEnterBackground() public méthode

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