Package-level declarations

Async callback interfaces used across the SDK. Callback is invoked on the main thread and receives a Result that wraps either a success value or an exception.

Types

Link copied to clipboard
The main callback interface for handling results of asynchronous operations in Pushwoosh SDK.
Link copied to clipboard
open class Result<T, E : PushwooshException?>
Encapsulates the result of an asynchronous operation, providing a type-safe way to handle both success and failure cases.