Click or drag to resize
IAppAddAlternateStateAsync Method (AsyncHandle, String)

Adds an alternate state in the app.

You can create multiple states within a Qlik Sense app and apply these states to specific objects within the app. Objects in a given state are not affected by user selections in the other states.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task AddAlternateStateAsync(
	AsyncHandle asyncHandle,
	string stateName
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
stateName
Type: SystemString
Name of the alternate state. This parameter is mandatory.

Return Value

Type: Task
See Also