macOS/iOS API解説

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

目次

SyncServices

lastError

** 解説 返り値 ( NSError * ) 引数 フレームワーク SyncServices クラス ISyncSessionDriver 使用可能 10.5 参照 例文

handlesSyncAlerts

** 解説 返り値 ( BOOL ) 引数 フレームワーク SyncServices クラス ISyncSessionDriver 使用可能 10.5 参照 例文

finishSyncing

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

delegate

** 解説 返り値 ( id ) 引数 フレームワーク SyncServices クラス ISyncSessionDriver 使用可能 10.5 参照 例文

dataSource

** 解説 返り値 ( id <ISyncSessionDriverDataSource> ) 引数 フレームワーク SyncServices クラス ISyncSessionDriver 使用可能 10.5 参照 例文</isyncsessiondriverdatasource>

client

** 解説 返り値 ( ISyncClient * ) 引数 フレームワーク SyncServices クラス ISyncSessionDriver 使用可能 10.5 参照 例文

sessionDriverWithDataSource:

** +(ISyncSessionDriver *)sessionDriverWithDataSource:(id <ISyncSessionDriverDataSource>)dataSource: 解説 返り値 ( ISyncSessionDriver * ) 引数 ( id <ISyncSessionDriverDataSource> )dataSource フレームワーク SyncServices クラス ISyncSessionDriver Class Methods 使用可能 10.5 参照 例文</isyncsessiondriverdatasource></isyncsessiondriverdatasource>

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…

recordReferenceForRecordWithIdentifier:

** -(ISyncRecordReference *)recordReferenceForRecordWithIdentifier:(NSString *)identifier : 解説 与えられたレコードIDを一致するレコード参照を返します。 返り値 ( ISyncRecordReference * ) 引数 ( NSString * )identifier フレームワーク SyncServ…

recordIdentifierForReference:isModified:

** -(NSString *)recordIdentifierForReference:(ISyncRecordReference *)reference: isModified:(BOOL *)modifyFlag: 解説 返り値 ( NSString * ) 引数 ( ISyncRecordReference * )reference ( BOOL * )modifyFlag フレームワーク SyncServices クラス ISyn…

** 解説 返り値 引数 フレームワーク SyncServices クラス ISyncRecordReference 使用可能 10.5 参照

supportedEntityNames

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

shouldApplyRecord:withRecordIdentifier:

** -(BOOL)shouldApplyRecord:(NSDictionary *)record: withRecordIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSDictionary * )record ( NSString * )recordIdentifier フレームワーク SyncServices クラス IS…

isEqual:

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

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