Class DebugSignal

java.lang.Object
com.whatsapp.otp.android.sdk.data.DebugSignal

public class DebugSignal extends Object
Holder for debug signals attributes
  • Field Details

    • otpErrorIdentifier

      public final String otpErrorIdentifier
      An identifier for the error
    • otpErrorMessage

      public final String otpErrorMessage
      A message for the error
  • Constructor Details

    • DebugSignal

      public DebugSignal(String otpErrorIdentifier, String otpErrorMessage)
      Constructor
      Parameters:
      otpErrorIdentifier - an identifier for the error
      otpErrorMessage - the error message