We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
モデルの作成は、以下のことが重要です。
下の例では、フィールドのクセス修飾子がpublicですが、privateなどでも大丈夫です。
@Pref(name = "app_status") public class AppStatus extends PrefModel { @PrefKey public String appName; @PrefKey public int startupCount; @PrefKey public boolean showNotification; }