Package io.sentry.transport
Class NoOpTransportGate
java.lang.Object
io.sentry.transport.NoOpTransportGate
- All Implemented Interfaces:
ITransportGate
-
Method Summary
Modifier and TypeMethodDescriptionstatic NoOpTransportGate
boolean
Checks if the device is connected or not
-
Method Details
-
getInstance
-
isConnected
public boolean isConnected()Description copied from interface:ITransportGate
Checks if the device is connected or not- Specified by:
isConnected
in interfaceITransportGate
- Returns:
- true if it is possible to send events to the Sentry server, false otherwise
-