object NIMMSTADeviceExtension
Java Interface for setting Layout based on resourceId.
setLayout |
Sets a layout to be the new active layout on screen. fun setLayout(: NIMMSTADevice?, : Int, : Map<String, String> = mapOf(), : Boolean = true): Task<NimmstaLayout>? |
setLayoutFor |
Sets a layout to be the new active layout on screen for a given period of time. Afterwards will return to previous layout. fun setLayoutFor(: NIMMSTADevice?, : Long, : Int, : Map<String, String> = mapOf(), : ((Boolean) -> Unit)? = null): Task<NimmstaLayout>? |