Class ISN_NSStoreDidChangeExternallyNotification
The StoreDidChangeExternallyNotification notification model.
Inheritance
System.Object
ISN_NSStoreDidChangeExternallyNotification
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_NSStoreDidChangeExternallyNotification
Properties
Reason
Return possible values associated with the ISN_NSUbiquitousKeyValueStoreChangeReasons key.
Declaration
public ISN_NSUbiquitousKeyValueStoreChangeReasons Reason { get; set; }
Property Value
Type | Description |
---|---|
ISN_NSUbiquitousKeyValueStoreChangeReasons |
UpdatedData
Returns an array of ISN_NSKeyValueObject objects, that changed in the key-value store.
Declaration
public List<ISN_NSKeyValueObject> UpdatedData { get; set; }
Property Value
Type | Description |
---|---|
List<ISN_NSKeyValueObject> |