SharedPreferencesOnSharedPreferenceChangeEventArgs(String) Constructor

Definition

Initializes shared-preference change event data.

public SharedPreferencesOnSharedPreferenceChangeEventArgs(string? key);
new Android.Content.SharedPreferencesOnSharedPreferenceChangeEventArgs : string -> Android.Content.SharedPreferencesOnSharedPreferenceChangeEventArgs

Parameters

key
String

The key of the changed preference, or null when all preferences changed.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to