Class ISN_NSNotification
A container for information broadcast through a notification center to all registered observers. https://developer.apple.com/documentation/foundation/nsnotification?language=objc
Inheritance
System.Object
ISN_NSNotification
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.Foundation
Assembly: cs.temp.dll.dll
Syntax
public class ISN_NSNotification
Properties
Name
The name of the notification.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |