C# Class ThirdParty.iOS4Unity.NSNotificationCenter

Inheritance: NSObject
Mostra file Open project: aws/aws-sdk-net

Public Methods

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

Private Methods

Method Description
NSNotificationCenter ( ) : System
NSNotificationCenter ( IntPtr handle ) : System

Method Details

AddObserver() public method

public AddObserver ( string name, Action action, NSObject fromObject = null ) : NSObject
name string
action Action
fromObject NSObject
return NSObject

PostNotificationName() public method

public PostNotificationName ( string name, NSObject obj = null ) : void
name string
obj NSObject
return void

RemoveObserver() public method

public RemoveObserver ( NSObject observer ) : void
observer NSObject
return void