Type

public enum Type extends Enum<EmbraceEvent.Type>

This actually belongs in Event, but to maintain backwards-compatibility of the API, this enum has been moved here rather than making Event public.

Entries

Link copied to clipboard
START
Link copied to clipboard
LATE
Link copied to clipboard
INTERRUPT
Link copied to clipboard
CRASH
Link copied to clipboard
END
Link copied to clipboard
INFO_LOG
Link copied to clipboard
ERROR_LOG
Link copied to clipboard
WARNING_LOG
Link copied to clipboard
NETWORK_LOG

Functions

Link copied to clipboard
public final String getAbbreviation()

The abbreviation used in the story ID header when sending the event to the Embrace API using the ApiClient.

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()

Properties

Link copied to clipboard
private final String abbreviation

The abbreviation used in the story ID header when sending the event to the Embrace API using the ApiClient.

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal