Class MobilePairingRequired


  • public class MobilePairingRequired
    extends Object
    An API state model containing additional details for states in which mobile pairing is required.
    Since:
    10.2
    • Constructor Detail

      • MobilePairingRequired

        public MobilePairingRequired()
    • Method Detail

      • getServerPayload

        public String getServerPayload()
        Get the server payload. The server payload is a data package created by the SDK server, which should be passed to the SDK component in the customer mobile application. It contains instructions for pairing.
      • setServerPayload

        public void setServerPayload​(String serverPayload)
        Set the server payload. The server payload is a data package created by the SDK server, which should be passed to the SDK component in the customer mobile application. It contains instructions for pairing.