Class DeviceProfileRequired


  • public class DeviceProfileRequired
    extends Object
    An API state model indicating the user's device profile is required.
    Since:
    10.1
    • Constructor Detail

      • DeviceProfileRequired

        public DeviceProfileRequired()
    • Method Detail

      • getDeviceProfilingType

        public String getDeviceProfilingType()
        Get the device profiling type to be presented to the user.
      • setDeviceProfilingType

        public void setDeviceProfilingType​(String deviceProfilingType)
        Set the device profiling type to be presented to the user.
      • getDeviceProfilingTimeoutMillis

        public int getDeviceProfilingTimeoutMillis()
        Get the device profiling timeout (in milliseconds) to be presented to the user.
      • setDeviceProfilingTimeoutMillis

        public void setDeviceProfilingTimeoutMillis​(int deviceProfilingTimeoutMillis)
        Set the device profiling timeout (in milliseconds) to be presented to the user.