A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
P
- patch(String,JSONObject,OptionalHeaders) - function in com.onesignal.core.internal.http.IHttpClient
- Make a PATCH request to the provided url with the provided body.
- peekAvailableContext() - function in androidx.activity.PermissionsActivity
- peekWallpaper() - function in android.content.SyncJobService
- peekWallpaper() - function in android.content.PermissionsActivity
- PermissionsActivity - class in com.onesignal.core.activities
- Activity that handles runtime permission requests for OneSignal.
- PermissionsViewModel - class in com.onesignal.core.internal.permissions
- ViewModel that handles the business logic for permission requests.
- PermissionsViewModel.Companion - class in com.onesignal.core.internal.permissions.PermissionsViewModel
- 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.
- PIIHasher - class in com.onesignal.common
- Deterministic SHA-256 hashing for PII fields (email, phone number) so that sensitive data stored in SharedPreferences is not readable in plain text on rooted devices or via ADB backup.
- 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
- PreferencesExtensionV4Kt - 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.
- prewarm() - function in com.onesignal.common.threading.OneSignalDispatchers
- Triggers the lazy initialization of IO, Default, and SerialIO (and their backing executors, dispatchers, and scopes) on a short-lived background thread.
- 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.
- pruneToExternalIds(Set) - function in com.onesignal.user.internal.jwt.JwtTokenStore
- Drops JWTs whose externalId isn't in activeIds.
- 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
- putExtraData(ComponentActivity.ExtraData) - function in androidx.core.app.PermissionsActivity
- 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.
- putJwt(String,String) - function in com.onesignal.user.internal.jwt.JwtTokenStore
- Null jwt is a no-op; call invalidateJwt to remove a token.
- 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.