Class AsyncCallback
-
- All Implemented Interfaces:
public final class AsyncCallback
-
-
Field Summary
Fields Modifier and Type Field Description private final SuspendFunction2<Integer, Bundle, Unit>resultprivate final SuspendFunction2<Integer, String, Unit>err
-
Constructor Summary
Constructors Constructor Description AsyncCallback(SuspendFunction2<Integer, Bundle, Unit> result, SuspendFunction2<Integer, String, Unit> err)
-
Method Summary
Modifier and Type Method Description final SuspendFunction2<Integer, Bundle, Unit>getResult()final SuspendFunction2<Integer, String, Unit>getErr()-
-
Constructor Detail
-
AsyncCallback
AsyncCallback(SuspendFunction2<Integer, Bundle, Unit> result, SuspendFunction2<Integer, String, Unit> err)
-
-
Method Detail
-
getResult
final SuspendFunction2<Integer, Bundle, Unit> getResult()
-
getErr
final SuspendFunction2<Integer, String, Unit> getErr()
-
-
-
-