Class NoOpTransportGate

java.lang.Object
io.sentry.transport.NoOpTransportGate
All Implemented Interfaces:
ITransportGate

public final class NoOpTransportGate extends Object implements ITransportGate
  • Method Details

    • getInstance

      public static NoOpTransportGate getInstance()
    • isConnected

      public boolean isConnected()
      Description copied from interface: ITransportGate
      Checks if the device is connected or not
      Specified by:
      isConnected in interface ITransportGate
      Returns:
      true if it is possible to send events to the Sentry server, false otherwise