macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

ISyncSession

clientFinishedPushingChangesWithNextAnchors:

** -(void)clientFinishedPushingChangesWithNextAnchors:(NSDictionary *)anchors: 解説 返り値 ( void ) 引数 ( NSDictionary * )anchors フレームワーク SyncServices クラス ISyncSession 使用可能 10.5 参照 例文

clientCommittedAcceptedChangesWithNextAnchors:

** -(void)clientCommittedAcceptedChangesWithNextAnchors:(NSDictionary *)anchors: 解説 返り値 ( void ) 引数 ( NSDictionary * )anchors フレームワーク SyncServices クラス ISyncSession 使用可能 10.5 参照 例文

beginSessionWithClient:entityNames:beforeDate:lastAnchors:

** +(ISyncSession *)beginSessionWithClient:(ISyncClient *)client: entityNames:(NSArray *)entityNames: beforeDate:(NSDate *)date: lastAnchors:(NSDictionary *)anchors: 解説 返り値 ( ISyncSession * ) 引数 ( ISyncClient * )client ( NSArray * )…

beginSessionInBackgroundWithClient:entityNames:target:selector:lastAnchors:

** +(void)beginSessionInBackgroundWithClient:(ISyncClient *)client: entityNames:(NSArray *)entityNames: target:(id)target: selector:(SEL)selector: lastAnchors:(NSDictionary *)anchors: 解説 返り値 ( void ) 引数 ( ISyncClient * )client ( NSA…

snapshotOfRecordsInTruth

** 解説 調査中... 返り値 ( ISyncRecordSnapshot * ) なし 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 例文

shouldReplaceAllRecordsOnClientForEntityName:

** -(BOOL)shouldReplaceAllRecordsOnClientForEntityName:(NSString *)entityName: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSString * )entityName フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldP…

shouldPushChangesForEntityName:

** -(BOOL)shouldPushChangesForEntityName:(NSString *)entityName: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSString * )entityName フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldPushAllRecordsF…

shouldPushAllRecordsForEntityName:

** -(BOOL)shouldPushAllRecordsForEntityName:(NSString *)entityName: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSString * )entityName フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldPushChangesF…

shouldPullChangesForEntityName:

** -(BOOL)shouldPullChangesForEntityName:(NSString *)entityName: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSString * )entityName フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldReplaceAllRecor…

setClientInfo:forRecordWithIdentifier:

** -(void)setClientInfo:(id <NSCoding>)clientInfo: forRecordWithIdentifier:(NSString *)recordId: 解説 調査中... 返り値 ( void ) なし 引数 ( id <NSCoding> )clientInfo ( NSString * )recordId フレームワーク SyncServices クラス ISyncSession Instance Methods 使用</nscoding></nscoding>…

pushChangesFromRecord:withIdentifier:

** -(void)pushChangesFromRecord:(NSDictionary *)record: withIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( void ) なし 引数 ( NSDictionary * )record ( NSString * )recordIdentifier フレームワーク SyncServices クラス ISyncS…

pushChange:

** -(BOOL)pushChange:(ISyncChange *)change: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( ISyncChange * )change フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldPushAllRecordsForEntityName: -shouldP…

prepareToPullChangesInBackgroundForEntityNames:target:selector:

** -(void)prepareToPullChangesInBackgroundForEntityNames:(NSArray *)entityNames: target:(id)target: selector:(SEL)selector: 解説 調査中... 返り値 ( void ) なし 引数 ( NSArray * )entityNames ( id )target ( SEL )selector フレームワーク SyncS…

prepareToPullChangesForEntityNames:beforeDate:

** -(BOOL)prepareToPullChangesForEntityNames:(NSArray *)entityNames: beforeDate:(NSDate *)date: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSArray * )entityNames ( NSDate * )date フレームワーク SyncServices クラス ISyncSession Instance M…

isCancelled

** 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -cancelSyncing -finishSyncing 例文

finishSyncing

** 解説 調査中... 返り値 ( void ) なし 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -cancelSyncing -isCancelled 例文

deleteRecordWithIdentifier:

** -(BOOL)deleteRecordWithIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSString * )recordIdentifier フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -pushChange: -…

clientWantsToPushAllRecordsForEntityNames:

** -(void)clientWantsToPushAllRecordsForEntityNames:(NSArray *)entityNames: 解説 調査中... 返り値 ( void ) なし 引数 ( NSArray * )entityNames フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldPushAl…

clientRefusedChangesForRecordWithIdentifier:

** -(void)clientRefusedChangesForRecordWithIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( void ) なし 引数 ( NSString * )recordIdentifier フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照…

clientLostRecordWithIdentifier:shouldReplaceOnNextSync:

** -(void)clientLostRecordWithIdentifier:(NSString *)recordIdentifier: shouldReplaceOnNextSync:(BOOL)flag: 解説 調査中... 返り値 ( void ) なし 引数 ( NSString * )recordIdentifier ( BOOL )flag フレームワーク SyncServices クラス ISyncSession…

clientInfoForRecordWithIdentifier:

** -(id)clientInfoForRecordWithIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( id ) オブジェクト() 引数 ( NSString * )recordIdentifier フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -…

clientDidResetEntityNames:

** -(void)clientDidResetEntityNames:(NSArray *)entityNames: 解説 調査中... 返り値 ( void ) なし 引数 ( NSArray * )entityNames フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldPullChangesForEntityNa…

clientCommittedAcceptedChanges

** 解説 調査中... 返り値 ( void ) なし 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -cancelSyncing -finishSyncing 例文

clientChangedRecordIdentifiers:

** -(void)clientChangedRecordIdentifiers:(NSDictionary *)oldToNew: 解説 調査中... 返り値 ( void ) なし 引数 ( NSDictionary * )oldToNew フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 例文

clientAcceptedChangesForRecordWithIdentifier:formattedRecord:newRecordIdentifier:

** -(void)clientAcceptedChangesForRecordWithIdentifier:(NSString *)recordIdentifier: formattedRecord:(NSDictionary *)formattedRecord: newRecordIdentifier:(NSString *)newRecordIdentifier: 解説 調査中... 返り値 ( void ) なし 引数 ( NSString …

changeEnumeratorForEntityNames:

** -(NSEnumerator *)changeEnumeratorForEntityNames:(NSArray *)entityNames: 解説 調査中... 返り値 ( NSEnumerator * ) なし 引数 ( NSArray * )entityNames フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -pre…

cancelSyncing

** 解説 調査中... 返り値 ( void ) なし 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -isCancelled -finishSyncing 例文

cancelPreviousBeginSessionWithClient:

** +(void)cancelPreviousBeginSessionWithClient:(ISyncClient *)client: 解説 調査中... 返り値 ( void ) なし 引数 ( ISyncClient * )client フレームワーク SyncServices クラス ISyncSession Class Methods 使用可能 10.4 参照 -beginSessionInBackgrou…

beginSessionWithClient:entityNames:beforeDate:

** +(ISyncSession *)beginSessionWithClient:(ISyncClient *)client: entityNames:(NSArray *)entityNames: beforeDate:(NSDate *)date: 解説 調査中... 返り値 ( ISyncSession * ) なし 引数 ( ISyncClient * )client ( NSArray * )entityNames ( NSDate *…

beginSessionInBackgroundWithClient:entityNames:target:selector:

** +(void)beginSessionInBackgroundWithClient:(ISyncClient *)client: entityNames:(NSArray *)entityNames: target:(id)target: selector:(SEL)selector: 解説 調査中... 返り値 ( void ) なし 引数 ( ISyncClient * )client ( NSArray * )entityNames ( …