BrightcoveCaptionPropertiesFragment

A preference screen for users to customize their ~captions experience~

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val TAG: String

Functions

Link copied to clipboard
open fun onActivityCreated(savedInstanceState: Bundle)
Link copied to clipboard
open fun onCreate(bundle: Bundle)
Link copied to clipboard
open fun onCreateView(inflater: LayoutInflater, container: ViewGroup, savedInstanceState: Bundle): View
Link copied to clipboard
open fun onDestroyView()
Link copied to clipboard
open fun onPreferenceChange(preference: Preference, newValue: Any): Boolean
Listens for changes to the Preference objects and updates them as necessary.
Link copied to clipboard
open fun onResume()
Link copied to clipboard
open fun onValueChanged(preference: ListDialogPreference, value: Int)
Listens for changes to the Preference objects and updates them as necessary.
Link copied to clipboard
open fun onViewCreated(view: View, savedInstanceState: Bundle)