public interface DeliveryMode
SyncProgressListener| 限定符和类型 | 接口和说明 |
|---|---|
static class |
DeliveryMode.Check
Provides convenient method to check if a listener is safe to be invoked
synchronously.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isSyncCallSafe()
Returns true if it is safe to make a synchronous callback to the
implementing listener without the risk of incurring undue latency; false
otherwise.
|
Copyright © 2017. All rights reserved.