共用方式為


VoiceInteractionService.IsActiveService(Context, ComponentName) 方法

定義

檢查指定的服務元件是否為目前作用中的 VoiceInteractionService。

[Android.Runtime.Register("isActiveService", "(Landroid/content/Context;Landroid/content/ComponentName;)Z", "")]
public static bool IsActiveService (Android.Content.Context? context, Android.Content.ComponentName? service);
[<Android.Runtime.Register("isActiveService", "(Landroid/content/Context;Landroid/content/ComponentName;)Z", "")>]
static member IsActiveService : Android.Content.Context * Android.Content.ComponentName -> bool

參數

context
Context
service
ComponentName

傳回

屬性

備註

檢查指定的服務元件是否為目前作用中的 VoiceInteractionService。

android.service.voice.VoiceInteractionService.isActiveService(android.content.Context, android.content.ComponentName)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於