A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
W
S
- SdkStateApi - class in io.embrace.android.embracesdk.internal.api
- SessionApi - class in io.embrace.android.embracesdk.internal.api
- The public API that is used to interact with sessions.
- setResourceAttribute(AttributeKey,String) - function in io.embrace.android.embracesdk.internal.api.OTelApi
- Set an attribute on the Resource used by the OTel SDK instance with the given AttributeKey key and String value.
- setResourceAttribute(String,String) - function in io.embrace.android.embracesdk.internal.api.OTelApi
- Set an attribute on the Resource used by the OTel SDK instance with the given String key and value.
- setUserEmail(String) - function in io.embrace.android.embracesdk.internal.api.UserApi
- Sets the current user's email address.
- setUserIdentifier(String) - function in io.embrace.android.embracesdk.internal.api.UserApi
- Sets the user ID.
- setUsername(String) - function in io.embrace.android.embracesdk.internal.api.UserApi
- Sets the username of the currently logged in user.
- Severity - class in io.embrace.android.embracesdk
- The severity of the log message.
- start(Context) - function in io.embrace.android.embracesdk.internal.api.EmbraceAndroidApi
- Starts instrumentation of the Android application using the Embrace SDK.
- start(Context,AppFramework) - function in io.embrace.android.embracesdk.internal.api.EmbraceAndroidApi
- Starts instrumentation of the Android application using the Embrace SDK.
- start() - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Start recording of the Span.
- start(Long) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Start recording of the Span with the given start time.
- startSpan(String,AutoTerminationMode) - function in io.embrace.android.embracesdk.spans.TracingApi
- Create, start, and return a new EmbraceSpan with the given name that will be the root span of a new trace.
- startSpan(String,EmbraceSpan,AutoTerminationMode) - function in io.embrace.android.embracesdk.spans.TracingApi
- Create, start, and return a new EmbraceSpan with the given name and parent.
- startSpan(String,EmbraceSpan,Long,AutoTerminationMode) - function in io.embrace.android.embracesdk.spans.TracingApi
- Create, start, and return a new EmbraceSpan with the given name, parent, and start time (epoch time in milliseconds).
- StartupActivity - class in io.embrace.android.embracesdk.annotation
- startView(String) - function in io.embrace.android.embracesdk.internal.api.EmbraceAndroidApi
- Records that a view 'started'.
- stop() - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Stop the recording of the Span to mark a successful completion of the underlying operation.
- stop(ErrorCode) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Stop the recording of the Span with an ErrorCode, a non-null value indicating an unsuccessful completion of the underlying operation with the given reason.
- stop(Long) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Stop the recording of the Span at the given time to mark the successful completion of the underlying operation.
- stop(ErrorCode,Long) - function in io.embrace.android.embracesdk.spans.EmbraceSpan
- Stop the recording of the Span with an ErrorCode the the specific time, a non-null value indicating an unsuccessful completion of the underlying operation with the given reason.