macOS/iOS API解説

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

目次

SyncServices

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 ( …

targetIdentifiersForRelationshipName:withSourceIdentifier:

** -(NSArray *)targetIdentifiersForRelationshipName:(NSString *)relationshipName: withSourceIdentifier:(NSString *)sourceIdentifier: 解説 調査中... 返り値 ( NSArray * ) なし 引数 ( NSString * )relationshipName ( NSString * )sourceIdentifie…

sourceIdentifiersForRelationshipName:withTargetIdentifier:

** -(NSArray *)sourceIdentifiersForRelationshipName:(NSString *)relationshipName: withTargetIdentifier:(NSString *)targetIdentifier: 解説 調査中... 返り値 ( NSArray * ) なし 引数 ( NSString * )relationshipName ( NSString * )targetIdentifie…

recordsWithMatchingAttributes:

** -(NSDictionary *)recordsWithMatchingAttributes:(NSDictionary *)attributes: 解説 調査中... 返り値 ( NSDictionary * ) なし 引数 ( NSDictionary * )attributes フレームワーク SyncServices クラス ISyncRecordSnapshot Instance Methods 使用可能 …

recordsWithIdentifiers:

** -(NSDictionary *)recordsWithIdentifiers:(NSArray *)recordIdentifiers: 解説 調査中... 返り値 ( NSDictionary * ) なし 引数 ( NSArray * )recordIdentifiers フレームワーク SyncServices クラス ISyncRecordSnapshot Instance Methods 使用可能 10.…

removeSchemaWithName:

** -(void)removeSchemaWithName:(NSString *)schemaName: 解説 なし? 返り値 ( void ) なし 引数 ( NSString * )schemaName フレームワーク SyncServices クラス ISyncManager Instance Methods 使用可能 10.4 参照 -registerSchemaWithBundlePath: 例文

unregisterClient:

** -(void)unregisterClient:(ISyncClient *)client: 解説 調査中... 返り値 ( void ) なし 引数 ( ISyncClient * )client フレームワーク SyncServices クラス ISyncManager Instance Methods 使用可能 10.4 参照 -clientWithIdentifier: -registerClientWi…

snapshotOfRecordsInTruthWithEntityNames:usingIdentifiersForClient:

** -(ISyncRecordSnapshot *)snapshotOfRecordsInTruthWithEntityNames:(NSArray *)entityNames: usingIdentifiersForClient:(ISyncClient *)client: 解説 調査中... 返り値 ( ISyncRecordSnapshot * ) なし 引数 ( NSArray * )entityNames ( ISyncClient * …

registerSchemaWithBundlePath:

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

registerClientWithIdentifier:descriptionFilePath:

** -(ISyncClient *)registerClientWithIdentifier:(NSString *)clientIdentifier: descriptionFilePath:(NSString *)descriptionFilePath: 解説 調査中... 返り値 ( ISyncClient * ) なし 引数 ( NSString * )clientIdentifier ( NSString * )descriptionFi…

isEnabled

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

clientWithIdentifier:

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

sharedManager

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

filterMatchingAtLeastOneFilter:

** +(id <ISyncFiltering>)filterMatchingAtLeastOneFilter:(NSArray *)filters: 解説 調査中... 返り値 ( id <ISyncFiltering> ) オブジェクト() 引数 ( NSArray * )filters フレームワーク SyncServices クラス ISyncFilter Class Methods 使用可能 10.4 参照 例文</isyncfiltering></isyncfiltering>

filterMatchingAllFilters:

** +(id <ISyncFiltering>)filterMatchingAllFilters:(NSArray *)filters: 解説 調査中... 返り値 ( id <ISyncFiltering> ) オブジェクト() 引数 ( NSArray * )filters フレームワーク SyncServices クラス ISyncFilter Class Methods 使用可能 10.4 参照 例文</isyncfiltering></isyncfiltering>

syncAlertToolPath

** 解説 調査中... 返り値 ( NSString * ) なし 引数 フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可能 10.4 参照 -setShouldSynchronize:withClientsOfType: -setSyncAlertHandler:selector: -setSyncAlertToolPath: -shouldSync…

supportedEntityNames

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

shouldSynchronizeWithClientsOfType:

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