app / sg.edu.ntu.scse.cz2006.gymbuddies / SettingsActivity / SettingsFragment

SettingsFragment

class SettingsFragment : PreferenceFragmentCompat

An internal settings fragment for display the application settings

Constructors

<init>

An internal settings fragment for display the application settings

SettingsFragment()

Properties

devinfo

var devinfo: Int

devToast

var devToast: Toast?

dialogFragmentTag

String used to determine dialog fragment

val dialogFragmentTag: String

Functions

onCreatePreferences

Function that is ran when the preference screen is being created

fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?): Unit

onDisplayPreferenceDialog

Internal function to handle custom preference

fun onDisplayPreferenceDialog(preference: Preference): Unit