Share via


IModelDownloadListener.OnScheduled Method

Definition

Called when RecognitionService scheduled the download, but won't satisfy it immediately.

[Android.Runtime.Register("onScheduled", "()V", "GetOnScheduledHandler:Android.Speech.IModelDownloadListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public void OnScheduled ();
[<Android.Runtime.Register("onScheduled", "()V", "GetOnScheduledHandler:Android.Speech.IModelDownloadListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member OnScheduled : unit -> unit
Attributes

Remarks

Called when RecognitionService scheduled the download, but won't satisfy it immediately. There will be no further updates on this listener.

Java documentation for android.speech.ModelDownloadListener.onScheduled().

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