ApplicationSettings class
The persistent application settings for users of a stack.
Constructors
- ApplicationSettings({required bool enabled, String? settingsGroup})
Properties
- enabled → bool
-
Enables or disables persistent application settings for users during their
streaming sessions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settingsGroup → String?
-
The path prefix for the S3 bucket where users’ persistent application
settings are stored. You can allow the same persistent application settings
to be used across multiple stacks by specifying the same settings group for
each stack.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited