Package com.facebook.bolts
See: Description
-
Class Summary Class Description AggregateException Aggregates multiple Throwables that may be thrown in the process of a task's execution.Target Represents a target defined in App Link metadata, consisting of at least a package name, and optionally a URL, class name (for explicit intent handling), and an app name. AppLink Contains App Link metadata relevant for navigation on this device derived from the HTML at a given URL. CancellationToken Propagates notification that operations should be canceled. CancellationTokenRegistration Represents a callback delegate that has been registered with a CancellationToken. CancellationTokenSource Signals to a CancellationToken that it should be canceled. ExecutorException This is a wrapper class for emphasizing that task failed due to bad Executor, rather than the continuation block it self.TaskCompletionSource Task Represents the result of an asynchronous operation. TaskCompletionSource Allows safe orchestration of a task's completion, preventing the consumer from prematurely completing the task. UnobservedTaskException Used to signify that a Task's error went unobserved. -
Interface Summary Interface Description AppLinkResolver Implement this interface to provide an alternate strategy for resolving App Links that may include pre-fetching, caching, or querying for App Link data from an index provided by a service provider. Continuation A function to be called after a task completes. UnobservedExceptionHandler Interface for handlers invoked when a failed Taskis about to be finalized, but the exception has not been consumed.