A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
W
- Waiter - class in com.onesignal.common.threading
- An abstraction which allows for a suspending function to coordinate the completion of an event.
- WaiterWithValue - class in com.onesignal.common.threading
- An abstraction which allows for a suspending function to coordinate the completion of an event, where the event can pass data.
- waitForIdle() - function in com.onesignal.common.threading.OSPrimaryCoroutineScope
- waitForWake() - function in com.onesignal.common.threading.Waiter
- Suspend the caller until wake has been called at least one time.
- waitForWake() - function in com.onesignal.common.threading.WaiterWithValue
- Suspend the caller until wake has been called at least one time.
- waitUntilActivityReady() - function in com.onesignal.core.internal.application.IApplicationService
- Will determine and suspend until the decor view is ready to displayed within.
- waitUntilActivityReady() - function in com.onesignal.core.internal.application.impl.ApplicationService
- Will determine and suspend until the decor view is ready to displayed within.
- waitUntilSystemConditionsAvailable() - function in com.onesignal.core.internal.application.IApplicationService
- Will determine and suspend until system conditions are available for displaying UI to the user.
- waitUntilSystemConditionsAvailable() - function in com.onesignal.core.internal.application.impl.ApplicationService
- Will determine and suspend until system conditions are available for displaying UI to the user.
- wake() - function in com.onesignal.common.threading.Waiter
- Wake the suspending function that has called waitForWake.
- wake(TType) - function in com.onesignal.common.threading.WaiterWithValue
- Wake the suspending function that has called waitForWake.
- WARN - enum entry in com.onesignal.debug.LogLevel
Warning, error, and fatal messages will be logged. This is the default log level.
- warn(String,Throwable) - function in com.onesignal.debug.internal.logging.Logging
- WINDOWS_PUSH - enum entry in com.onesignal.user.internal.backend.SubscriptionObjectType
- with(Consumer,CoroutineContext) - function in com.onesignal.Continue
- Allows java code to provide a lambda as a continuation to a Kotlin coroutine.
- with(Consumer) - function in com.onesignal.Continue
- Allows java code to provide a lambda as a continuation to a Kotlin coroutine.
- wrapInJsonArray(JSONObject) - function in com.onesignal.common.JSONUtils
- Wrap the provided JSONObject as a JSONArray with one entry (the object).