Builder

class Builder

Fluent builder for LiveUpdateState. activityId and operation are required (constructor arguments); every other field is optional and defaults to absent (showWhen defaults to true, matching the platform default).

Constructors

Link copied to clipboard
constructor(activityId: String, operation: LiveUpdateOperation)

Functions

Link copied to clipboard
open fun actions(v: List<Action>): LiveUpdateState.Builder
Link copied to clipboard
Builds the immutable LiveUpdateState from the configured fields.
Link copied to clipboard
Link copied to clipboard
open fun extras(v: JSONObject): LiveUpdateState.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard