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.
- ProfilerStopEvent - class in com.datadog.android.internal.profiling
- Profiler stop event.
- ProfilerStopEvent.TTID - class in com.datadog.android.internal.profiling.ProfilerStopEvent
- Internal event to stop profiler at Time To Initial Display (TTID) point.
- 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.