PushProtocol Protocol Reference
Declared in | PushProtocol.h |
---|
– push:
required method
Pushes data to the remote server by synchronous communication. 同期通信による保存。
- (void)push:(NSError **)returningError
Discussion
Pushes data to the remote server by synchronous communication. 同期通信による保存。
Declared In
PushProtocol.h
– pushInBackgroundWithBlock:
required method
Pushes data to the remote server in a background thread. A block is done in the main (UI) thread after the pushing. 非同期通信による保存。保存完了後に指定したブロックをメインスレッドで実行します。
- (void)pushInBackgroundWithBlock:(ECHOResultBlock)block
Discussion
Pushes data to the remote server in a background thread. A block is done in the main (UI) thread after the pushing. 非同期通信による保存。保存完了後に指定したブロックをメインスレッドで実行します。
Declared In
PushProtocol.h