A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
P
- ParamsObject - class in com.onesignal.core.internal.backend
- patch(String,JSONObject,OptionalHeaders) - function in com.onesignal.core.internal.http.IHttpClient
- Make a PATCH request to the provided url with the provided body.
- peekWallpaper() - function in android.content.SyncJobService
- peekWallpaper() - function in android.content.PermissionsActivity
- PermissionsActivity - class in com.onesignal.core.activities
- PermissionsActivity.Companion - class in com.onesignal.core.activities.PermissionsActivity
- persist() - function in com.onesignal.common.modeling.ModelStore
- Any models added or changed before load is called are not persisted, to avoid overwriting the cache.
- persist() - function in com.onesignal.common.modeling.SimpleModelStore
- Any models added or changed before load is called are not persisted, to avoid overwriting the cache.
- persist() - function in com.onesignal.common.modeling.SubscriptionModelStore
- Any models added or changed before load is called are not persisted, to avoid overwriting the cache.
- post(String,JSONObject,OptionalHeaders) - function in com.onesignal.core.internal.http.IHttpClient
- Make a POST request to the provided url with the provided body.
- postponeEnterTransition() - function in android.app.PermissionsActivity
- PreferenceOneSignalKeys - class in com.onesignal.core.internal.preferences
- PreferencePlayerPurchasesKeys - class in com.onesignal.core.internal.preferences
- PreferenceStoreFix - class in com.onesignal.core.internal.preferences
- PreferenceStores - class in com.onesignal.core.internal.preferences
- preventDefault() - function in com.onesignal.notifications.INotificationReceivedEvent
- Call this to prevent OneSignal from displaying the notification automatically.
- preventDefault(Boolean) - function in com.onesignal.notifications.INotificationReceivedEvent
- Call this to prevent OneSignal from displaying the notification automatically.
- preventDefault() - function in com.onesignal.notifications.INotificationWillDisplayEvent
- Call this to prevent OneSignal from displaying the notification automatically.
- preventDefault(Boolean) - function in com.onesignal.notifications.INotificationWillDisplayEvent
- Call this to prevent OneSignal from displaying the notification automatically.
- printStackTrace() - function in kotlin.BackendException
- printStackTrace(PrintStream) - function in kotlin.BackendException
- printStackTrace(PrintWriter) - function in kotlin.BackendException
- printStackTrace() - function in kotlin.MainThreadException
- printStackTrace(PrintStream) - function in kotlin.MainThreadException
- printStackTrace(PrintWriter) - function in kotlin.MainThreadException
- PropertiesDeltasObject - class in com.onesignal.user.internal.backend
- PropertiesModel - class in com.onesignal.user.internal.properties
- PropertiesModelStore - class in com.onesignal.user.internal.properties
- PropertiesObject - class in com.onesignal.user.internal.backend
- provides() - function in com.onesignal.common.services.ServiceRegistration
- provides(Class) - function in com.onesignal.common.services.ServiceRegistration
- Indicate this registration wants to provide the provided class as a service.
- provides() - function in com.onesignal.common.services.ServiceRegistrationReflection
- provides(Class) - function in com.onesignal.common.services.ServiceRegistrationReflection
- Indicate this registration wants to provide the provided class as a service.
- provides() - function in com.onesignal.common.services.ServiceRegistrationSingleton
- provides(Class) - function in com.onesignal.common.services.ServiceRegistrationSingleton
- Indicate this registration wants to provide the provided class as a service.
- provides() - function in com.onesignal.common.services.ServiceRegistrationLambda
- provides(Class) - function in com.onesignal.common.services.ServiceRegistrationLambda
- Indicate this registration wants to provide the provided class as a service.
- PurchaseInfo - class in com.onesignal.user.internal.operations
- Information about a specific purchase.
- PurchaseObject - class in com.onesignal.user.internal.backend
- PUSH - enum entry in com.onesignal.user.internal.subscriptions.SubscriptionType
- PushSubscriptionChangedState - class in com.onesignal.user.subscriptions
- Represents a change in the push subscription state.
- PushSubscriptionState - class in com.onesignal.user.subscriptions
- A subscription state.
- put(String,V) - function in com.onesignal.common.modeling.MapModel
- put(String,JSONObject,OptionalHeaders) - function in com.onesignal.core.internal.http.IHttpClient
- Make a PUT request to the provided url with the provided body.
- put(String,String) - function in com.onesignal.common.modeling.IdentityModel
- putAll(Map) - function in com.onesignal.common.modeling.MapModel
- putAll(Map) - function in com.onesignal.common.modeling.IdentityModel
- putIfAbsent(String,V) - function in kotlin.collections.MapModel
- putIfAbsent(String,String) - function in kotlin.collections.IdentityModel
- putJSONArray(JSONObject,String,List,Function1) - function in com.onesignal.common.JSONObjectExtensionsKt
- Put the attribute named by name with a JSONArray value, the contenxt of which are deteremined by the input.
- putJSONObject(JSONObject,String,Function1) - function in com.onesignal.common.JSONObjectExtensionsKt
- Put the attribute named by name with a JSONObject value, the contents of which are determined by the expand.
- putMap(JSONObject,Map) - function in com.onesignal.common.JSONObjectExtensionsKt
- Populate the JSONObject with the Map provided.
- putMap(JSONObject,String,Map) - function in com.onesignal.common.JSONObjectExtensionsKt
- Populate the JSONObject as attribute name with the Map provided.
- putSafe(JSONObject,String,Object) - function in com.onesignal.common.JSONObjectExtensionsKt
- Put the name/value pair into the JSONObject.