PxUiLanguagePickerInMemorySelectionStore Class

@objc(PxUiLanguagePickerInMemorySelectionStore) final class PxUiLanguagePickerInMemorySelectionStore

In-memory default the SDK ships when the adopter passes no store. State lives only for the lifetime of the instance (does not persist across launches).

Initializers

NameSummary
init(installedLanguages:selectedLanguages:)Creates an in-memory store with optional initial languages.

Instance Properties

NameSummary
installedLanguagesInstalled languages, in user-arranged order.
selectedLanguagesSelected languages, a subset of installedLanguages in installed order.

Relationships

Inherits From

  • ObjectiveC.NSObject

Conforms To

  • ObjectiveC.NSObjectProtocol
  • PxUiLanguagePickerSelectionStore
  • Swift.CVarArg
  • Swift.CustomDebugStringConvertible
  • Swift.CustomStringConvertible
  • Swift.Equatable
  • Swift.Hashable
Top