setLayout |
Extends NIMMSTADevice with an API, that makes it easy for Android-Users to push layouts out of the android-resources. This requires Android-Specific APIs, so that's why we can only implement it in the Android and not the shared project. fun NIMMSTADevice.setLayout(: Int, : Map<String, String> = mapOf(), : Boolean = true): Task<NimmstaLayout> |
setLayoutFor |
fun NIMMSTADevice.setLayoutFor(: TimeSpan, : Int, : Map<String, String> = mapOf(), : ((Boolean) -> Unit)? = null): Task<NimmstaLayout> |