public class DebugMetaInterface extends Object implements SentryInterface
Modifier and Type | Class and Description |
---|---|
static class |
DebugMetaInterface.DebugImage
Object that represents a single debug image.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG_META_INTERFACE
Name of the exception interface in Sentry.
|
Constructor and Description |
---|
DebugMetaInterface() |
Modifier and Type | Method and Description |
---|---|
void |
addDebugImage(DebugMetaInterface.DebugImage debugImage)
Adds a single
DebugMetaInterface.DebugImage to the interface. |
ArrayList<DebugMetaInterface.DebugImage> |
getDebugImages() |
String |
getInterfaceName()
Gets the unique name of the interface.
|
int |
hashCode() |
String |
toString() |
public static final String DEBUG_META_INTERFACE
public ArrayList<DebugMetaInterface.DebugImage> getDebugImages()
public void addDebugImage(DebugMetaInterface.DebugImage debugImage)
DebugMetaInterface.DebugImage
to the interface.debugImage
- DebugMetaInterface.DebugImage
to add.public String getInterfaceName()
SentryInterface
getInterfaceName
in interface SentryInterface
Copyright © 2012–2018. All rights reserved.