Package org.robovm.apple.cloudkit
Interface CKRecordKeyValueSetting
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
public interface CKRecordKeyValueSetting extends NSObjectProtocol
- Since:
- Available in iOS 9.0 and later.
-
Method Summary
Modifier and Type Method Description NSObjectget(String key)List<String>getAllKeys()List<String>getChangedKeys()CKRecordValueobjectForKeyedSubscript(String key)voidput(NSObject object, String key)voidsetObjectForKeyedSubscript(CKRecordValue object, String key)
-
Method Details
-
get
-
put
-
objectForKeyedSubscript
-
setObjectForKeyedSubscript
-
getAllKeys
-
getChangedKeys
-