A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
W
C
- CLEAN_EXIT - enum entry in io.embrace.android.embracesdk.LastRunEndState
The last run did not result in a crash.
- clearAllUserPersonas() - function in io.embrace.android.embracesdk.internal.api.UserApi
- Clears all custom user personas from the user.
- clearUserEmail() - function in io.embrace.android.embracesdk.internal.api.UserApi
- Clears the currently set user's email address.
- clearUserIdentifier() - function in io.embrace.android.embracesdk.internal.api.UserApi
- Clears the currently set user ID.
- clearUsername() - function in io.embrace.android.embracesdk.internal.api.UserApi
- Clears the username of the currently logged in user, for example if the user has logged out.
- clearUserPersona(String) - function in io.embrace.android.embracesdk.internal.api.UserApi
- Clears the custom user persona, if it is set.
- CONNECT - enum entry in io.embrace.android.embracesdk.network.http.HttpMethod
- CRASH - enum entry in io.embrace.android.embracesdk.LastRunEndState
The last run resulted in a crash.
- createSpan(String,AutoTerminationMode) - function in io.embrace.android.embracesdk.spans.TracingApi
- Create an EmbraceSpan with the given name that will be the root span of a new trace.
- createSpan(String,EmbraceSpan,AutoTerminationMode) - function in io.embrace.android.embracesdk.spans.TracingApi
- Create an EmbraceSpan with the given name and parent.
- CustomLoadTracedActivity - class in io.embrace.android.embracesdk.annotation
- The loading of Activities annotated with this will generate UI Load traces when the SDK is manually notified that their loading has finished unless the feature is disabled.