All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kintone.client.model.app.Device Maven / Gradle / Ivy

package com.kintone.client.model.app;

/** An enum representing the scope of where the view of Apps is displayed. */
public enum Device {

    /** Display only on desktop */
    DESKTOP,

    /** Display on both desktop and mobile */
    ANY
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy