RangeBuilderDsl
Kotlin
|Java
class RangeBuilderDsl : ListBuilder.RangeBuilder
kotlin.Any | ||
↳ | androidx.slice.builders.ListBuilder.RangeBuilder | |
↳ | androidx.slice.builders.RangeBuilderDsl |
Helper class annotated with @SliceMarker, which is annotated with @DslMarker. Two implicit receivers that are annotated with @SliceMarker are not accessible in the same scope, ensuring a type-safe DSL.
Summary
Public constructors |
|
---|---|
<init>() Helper class annotated with @SliceMarker, which is annotated with @DslMarker. |
Inherited functions |
|
---|---|
Public constructors
<init>
RangeBuilderDsl()
Helper class annotated with @SliceMarker, which is annotated with @DslMarker. Two implicit receivers that are annotated with @SliceMarker are not accessible in the same scope, ensuring a type-safe DSL.