CancelableOperation

constructor()

CancelableOperation constructor.


constructor(@Nullable looper: Looper)

CancelableOperation constructor.

Parameters

looper

A Looper object whose message queue will be used for the callback, or null to make callbacks on the calling thread or main thread if the current thread does not have a looper associated with it.