A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
P
- parallelStream() - function in kotlin.collections.EvictingQueue
- peek() - function in java.util.EvictingQueue
- poll() - function in java.util.EvictingQueue
- PreferencesStorage - class in com.datadog.android.internal.data
- Interface to define the preference storage.
- ProcessLifecycleMonitor - class in com.datadog.android.internal.lifecycle
- Monitors the app process lifecycle by tracking android.app.Activity starts and stops, and delivers single process-level Callback events when the app enters or leaves the foreground.
- ProcessLifecycleMonitor.Callback - class in com.datadog.android.internal.lifecycle.ProcessLifecycleMonitor
- Receives process-level lifecycle events from ProcessLifecycleMonitor.
- ProfilerEvent - class in com.datadog.android.internal.profiling
- Events sent between the RUM feature and the profiling feature.
- ProfilerEvent.RumAnrEvent - class in com.datadog.android.internal.profiling.ProfilerEvent
- Sent by the RUM feature to the profiling feature whenever an ANR is detected.
- ProfilerEvent.RumLongTaskEvent - class in com.datadog.android.internal.profiling.ProfilerEvent
- Sent by the RUM feature to the profiling feature whenever a long task is detected.
- ProfilerEvent.RumVitalEvent - class in com.datadog.android.internal.profiling.ProfilerEvent
- Sent by the RUM feature to the profiling feature whenever a vital is recorded.
- ProfilerEvent.RumVitalEvent.Type - class in com.datadog.android.internal.profiling.ProfilerEvent.RumVitalEvent
- Type of the vital event.
- ProfilerEvent.TTIDNotTracked - class in com.datadog.android.internal.profiling.ProfilerEvent
- Internal event signaling that TTID has been reached but the RUM session is not tracked (unsampled session).
- ProfilingAnrDetectedEvent - class in com.datadog.android.internal.profiling
- Sent by the profiling feature to the RUM feature when ProfilingManager notifies us of an ANR via the trigger-based capture API.
- ProfilingRumContext - class in com.datadog.android.internal.profiling
- RUM context attached to profiling events.
- ProfilingThreadDump - class in com.datadog.android.internal.profiling
- Thread snapshot used within ProfilingAnrDetectedEvent.
- provideId(String) - function in com.datadog.android.internal.sampling.SessionSamplingIdProvider
- Returns the last hyphen-delimited segment of sessionId parsed as an unsigned hexadecimal long, or
0if the input is malformed or the segment is not valid hex. - putBoolean(String,Boolean) - function in com.datadog.android.internal.data.PreferencesStorage
- Put a boolean value in the storage.
- putBoolean(String,Boolean) - function in com.datadog.android.internal.data.SharedPreferencesStorage
- Put a boolean value in the storage.
- putFloat(String,Float) - function in com.datadog.android.internal.data.PreferencesStorage
- Put a float value in the storage.
- putFloat(String,Float) - function in com.datadog.android.internal.data.SharedPreferencesStorage
- Put a float value in the storage.
- putInt(String,Integer) - function in com.datadog.android.internal.data.PreferencesStorage
- Put an integer value in the storage.
- putInt(String,Integer) - function in com.datadog.android.internal.data.SharedPreferencesStorage
- Put an integer value in the storage.
- putString(String,String) - function in com.datadog.android.internal.data.PreferencesStorage
- Put a string value in the storage.
- putString(String,String) - function in com.datadog.android.internal.data.SharedPreferencesStorage
- Put a string value in the storage.
- putStringSet(String,Set) - function in com.datadog.android.internal.data.PreferencesStorage
- Put a string set value in the storage.
- putStringSet(String,Set) - function in com.datadog.android.internal.data.SharedPreferencesStorage
- Put a string set value in the storage.