jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

I don't see how to use? #167

Closed sergeibystrov closed 2 years ago

sergeibystrov commented 2 years ago

Please I need to see an example app of how to implement. There's none except for the test which gives no detailed use about implementation

jamesmontemagno commented 2 years ago

There is documentation: https://jamesmontemagno.github.io/SettingsPlugin/

But you should use https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/storage/preferences

sergeibystrov commented 2 years ago

If I should use preference and he/she disable the app then rentable it by freezing the app, I'm sure the preference won't hold any value anymore

On Mon, Sep 19, 2022, 11:33 PM James Montemagno @.***> wrote:

There is documentation: https://jamesmontemagno.github.io/SettingsPlugin/

But you should use https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/storage/preferences

— Reply to this email directly, view it on GitHub https://github.com/jamesmontemagno/SettingsPlugin/issues/167#issuecomment-1251638605, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQP7NKQXC4MMOV4CQT4T4ELV7DS3FANCNFSM6AAAAAAQPDBA44 . You are receiving this because you authored the thread.Message ID: @.***>

jamesmontemagno commented 2 years ago

preference are saved and stored across app starts and based on OS even uninstall.