PrintManager.IsPrintServiceEnabled(ComponentName) メソッド

定義

特定の印刷サービスが有効になっているかどうかを確認します。

[Android.Runtime.Register("isPrintServiceEnabled", "(Landroid/content/ComponentName;)Z", "", ApiSince=33)]
public bool IsPrintServiceEnabled (Android.Content.ComponentName service);
[<Android.Runtime.Register("isPrintServiceEnabled", "(Landroid/content/ComponentName;)Z", "", ApiSince=33)>]
member this.IsPrintServiceEnabled : Android.Content.ComponentName -> bool

パラメーター

service
ComponentName

戻り値

指定された印刷サービスが有効な場合は true

属性

注釈

android.print.PrintManager.isPrintServiceEnabled(android.content.ComponentName)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象