KiteAppNameScope

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

Details for KiteConfigExtension.appName: per-platform name overrides and flow modifiers. android("x") overrides the shown name there.

membermeaningdefaultflow class
android("v") / ios("v") / desktop("v")that platform shows its own namebase valuememory
skip(p) / only(p)flow controlflow everywheren/a

Constructors

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

Types

Link copied to clipboard

A platform word usable two ways: ios("value") and skip(ios).

Properties

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

Functions

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.