WhenReadyHandler

abstract class WhenReadyHandler(looper: Looper?, val listener: WhenReadyListener)

Abstract handler class for managing asynchronous SDK requests.

This class handles the delivery of PushFeature instances to registered listeners on the appropriate thread using Android's Handler mechanism.

Constructors

Link copied to clipboard
constructor(looper: Looper?, listener: WhenReadyListener)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Delivers the SDK instance to the listener.