ServiceInfo.ForegroundServiceTypeRemoteMessaging フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.PM.ForegroundService enum directly instead of this field.

属性内の android.R.attr#foregroundServiceTyperemoteMessaging対応する定数。

[Android.Runtime.Register("FOREGROUND_SERVICE_TYPE_REMOTE_MESSAGING", ApiSince=34)]
[Android.Runtime.RequiresPermission("android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ForegroundService enum directly instead of this field.", true)]
public const Android.Content.PM.ForegroundService ForegroundServiceTypeRemoteMessaging = 512;
[<Android.Runtime.Register("FOREGROUND_SERVICE_TYPE_REMOTE_MESSAGING", ApiSince=34)>]
[<Android.Runtime.RequiresPermission("android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ForegroundService enum directly instead of this field.", true)>]
val mutable ForegroundServiceTypeRemoteMessaging : Android.Content.PM.ForegroundService

フィールド値

Value = 512

実装

属性

注釈

属性内の android.R.attr#foregroundServiceTyperemoteMessaging対応する定数。 デバイス間でメッセージを中継するためにローカル サーバーをホストするメッセージングユース ケース。

android.content.pm.ServiceInfo.FOREGROUND_SERVICE_TYPE_REMOTE_MESSAGINGJava ドキュメント。

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

適用対象