BlueberrySherbet

core / com.gmail.ayteneve93.blueberrysherbetcore.request.info / BlueberryRequestInfoWithoutResult

BlueberryRequestInfoWithoutResult

(JVM) class BlueberryRequestInfoWithoutResult : BlueberryAbstractRequestInfo

Constructors

Name Summary
(JVM) <init> BlueberryRequestInfoWithoutResult(uuid: UUID, priority: Int, awaitingMills: Int, blueberryRequest: BlueberryAbstractRequest<out Any>, requestType: Class<out Annotation>, inputString: String?, checkIsReliable: Boolean)

Properties

Name Summary
(JVM) checkIsReliable val checkIsReliable: Boolean

Functions

Name Summary
(JVM) byCoroutine suspend fun byCoroutine(): Int
(JVM) byRx2 fun byRx2(): Single<Int>
(JVM) convertToSimpleHashMap fun convertToSimpleHashMap(): HashMap<String, Any?>
(JVM) enqueue fun enqueue(callback: BlueberryCallbackWithoutResult): Unit