Method AddObserver
AddObserver(string, Action<NSNotification>)
Adds observer for the specified notification.
public static NSObject AddObserver(string name, Action<NSNotification> action)
Parameters
Returns
- NSObject
Adds observer for the specified notification.
public static NSObject AddObserver(string name, Action<NSNotification> action)