+ - 0:00:00
Notes for current slide
Notes for next slide

Settings

1 / 6
2 / 6

Settings

  • Enmagatzemar dades per clau valor
    • Android: SharedPreferences
    • iOS: KeychainSettings
    • Jvm: PreferencesSettings
3 / 6

Gradle

implementation("com.russhwolf:multiplatform-settings-no-arg:1.3.0")
implementation("com.russhwolf:multiplatform-settings-serialization:1.3.0")
4 / 6

Settings

val settings: Settings = Settings()
val a: Int? = settings.getIntOrNull("key")
val b: Int? = settings["key"]
settings.putInt("key", 3)
settings["key"] = 3
5 / 6
2 / 6
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow