KiteIdScope

abstract class KiteIdScope @Inject constructor(objects: ObjectFactory) : KiteFlowScope

Details for KiteConfigExtension.id: per-platform suffixes and flow.

membermeaningdefaultflow class
android { suffix } etcappended to the base idnonememory
skip(p) / only(p)flow controlflow everywheren/a

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory)

Types

Link copied to clipboard

One platform's identity deviation: suffix appended to the base.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun android(action: Action<in KiteIdScope.IdCorner>)
Link copied to clipboard
fun desktop(action: Action<in KiteIdScope.IdCorner>)
Link copied to clipboard
fun ios(action: Action<in KiteIdScope.IdCorner>)
Link copied to clipboard
fun only(vararg refs: KitePlatformRef): <Error class: unknown class>

This fact flows only to the given platforms.

Link copied to clipboard
fun skip(vararg refs: KitePlatformRef): <Error class: unknown class>

This fact does not flow to the given platforms.