TextToSpeech.AreDefaultsEnforced Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Checks whether the user's settings should override settings requested by the calling application.
[Android.Runtime.Register("areDefaultsEnforced", "()Z", "GetAreDefaultsEnforcedHandler")]
[System.Obsolete("deprecated")]
public virtual bool AreDefaultsEnforced ();
[<Android.Runtime.Register("areDefaultsEnforced", "()Z", "GetAreDefaultsEnforcedHandler")>]
[<System.Obsolete("deprecated")>]
abstract member AreDefaultsEnforced : unit -> bool
override this.AreDefaultsEnforced : unit -> bool
Returns
- Attributes
Remarks
Checks whether the user's settings should override settings requested by the calling application. As of the Ice cream sandwich release, user settings never forcibly override the app's settings.
Java documentation for android.speech.tts.TextToSpeech.areDefaultsEnforced()
.
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.