Class RemoteAssistanceSettings.Builder

    • Method Detail

      • allowSessionsToUnenrolledDevices

        public RemoteAssistanceSettings.Builder allowSessionsToUnenrolledDevices​(Boolean allowSessionsToUnenrolledDevices)
        “Indicates if sessions to unenrolled devices are allowed for the account. This setting is configurable by the admin. Default value is false.”
        Parameters:
        allowSessionsToUnenrolledDevices - value of allowSessionsToUnenrolledDevices property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • remoteAssistanceState

        public RemoteAssistanceSettings.Builder remoteAssistanceState​(RemoteAssistanceState remoteAssistanceState)
        “The current state of remote assistance for the account. Possible values are: disabled, enabled. This setting is configurable by the admin. Remote assistance settings that have not yet been configured by the admin have a disabled state. Returned by default.”
        Parameters:
        remoteAssistanceState - value of remoteAssistanceState property (as defined in service metadata)
        Returns:
        this (for method chaining)