Exemplo n.º 1
0
        private void StoreDidChangeExternally(ISN_NSStoreDidChangeExternallyNotification result)
        {
            Debug.Log("Updating reason " + result.Reason);
            Debug.Log("Number of updated ISN_NSKeyValueObject " + result.UpdatedData.Count);

            foreach (ISN_NSKeyValueObject kv in result.UpdatedData)
            {
                Debug.Log("kv.Key: " + kv.Key);
                Debug.Log("kv.StringValue: " + kv.StringValue);
            }
        }
 private void StoreDidChangeExternally(ISN_NSStoreDidChangeExternallyNotification result)
 {
     Debug.Log("Updating reason " + result.Reason);
     Debug.Log("Number of updated ISN_NSKeyValueObject " + result.UpdatedData.Count);
 }