getGatewayStatus method

String getGatewayStatus()

Returns the current Gateway state for the socket connection

Implementation

String getGatewayStatus() {
  return _gatewayState;
}