Package io.sentry.transport
Interface ITransportGate
-
- All Known Implementing Classes:
NoOpTransportGate
public interface ITransportGateImplementations of this interface serve as gatekeepers that allow or disallow sending of the events through theITransport. For example, it is unnecessary to send the events if the device is offline.Events are stored in a cache until sending is allowed again (or maximum number of retries to send an event has been reached).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConnected()Checks if the device is connected or not
-