- setArray:forKey:
Sets an array object for the specified key in the key-value store.
配列オブジェクトをこの指定されたキーに対してキー値保管において設定します。
- setData:forKey:
Sets a data object for the specified key in the key-value store.
データオブジェクトをこの指定されたキーに対してキー値保管において設定します。
- setDictionary:forKey:
Sets a dictionary object for the specified key in the key-value store.
辞書オブジェクトをこの指定されたキーに対してキー値保管において設定します。
- setDouble:forKey:
Sets a double value for the specified key in the key-value store.
double値をこの指定されたキーに対してキー値保管において設定します。
- setLongLong:forKey:
Sets a
long long
value for the specified key in the key-value store.
long long
値をこの指定されたキーに対してキー値保管において設定します。
- setObject:forKey:
Sets an object for the specified key in the key-value store.
オブジェクトをこの指定されたキーに対してキー値保管において設定します。
- setString:forKey:
Sets a string object for the specified key in the key-value store.
文字列をこの指定されたキーに対してキー値保管において設定します。