Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CustomLoadTracedActivity

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.

Link copied to clipboard
annotation class InternalApi

Classes and methods marked with this annotation are part of Embrace's Internal API and may change without warning, so are used at your own risk. Please contact support@embrace.io if you have a use case that cannot be fulfilled using our public API.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class LoadTracedActivity

The loading of Activities annotated with this will generate UI Load traces unless the feature is disabled.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class NotTracedActivity

The loading of Activities annotated with this class will not generate traces if the feature is enabled, irrespective of the configured defaults.

Link copied to clipboard
annotation class StartupActivity

@Documented means that the annotation indicates that elements using this annotation should be documented by JavaDoc.