toggle menu
Pushwoosh Android SDK
main
switch theme
search in API
pushwoosh
/
com.pushwoosh.function
Package-level
declarations
Types
Types
Callback
Link copied to clipboard
interface
Callback
<
T
,
E
:
PushwooshException
?
>
The main callback interface for handling results of asynchronous operations in Pushwoosh SDK.
Result
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.