C# Class ThirdParty.iOS4Unity.NSNotificationCenter

Inheritance: NSObject
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
AddObserver ( string name, Action action, NSObject fromObject = null ) : NSObject
PostNotificationName ( string name, NSObject obj = null ) : void
RemoveObserver ( NSObject observer ) : void

Private Methods

Méthode Description
NSNotificationCenter ( ) : System
NSNotificationCenter ( IntPtr handle ) : System

Method Details

AddObserver() public méthode

public AddObserver ( string name, Action action, NSObject fromObject = null ) : NSObject
name string
action Action
fromObject NSObject
Résultat NSObject

PostNotificationName() public méthode

public PostNotificationName ( string name, NSObject obj = null ) : void
name string
obj NSObject
Résultat void

RemoveObserver() public méthode

public RemoveObserver ( NSObject observer ) : void
observer NSObject
Résultat void