Package-level declarations

Types

Link copied to clipboard
public @interface BetaApi

Classes and methods marked with this annotation are part of Embrace's Beta API that will only function if the app using it is enrolled in the related feature's Beta program. Even then, they are not guaranteed to be supported going forward, and any changes to them that break source compatibility can be made in future SDK versions without prior warning.

Link copied to clipboard
public @interface 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
@Documented means that the annotation indicates that elements using this annotation should be documented by JavaDoc.