BroadcastOptions.DeferralPolicyDefault フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.BroadcastDeferralPolicy enum directly instead of this field.

欲求が表現されていないことを示し、システムが合理的な既定の動作を使用する必要があることを示す遅延ポリシー。

[Android.Runtime.Register("DEFERRAL_POLICY_DEFAULT", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.BroadcastDeferralPolicy enum directly instead of this field.", true)]
public const Android.App.BroadcastDeferralPolicy DeferralPolicyDefault = 0;
[<Android.Runtime.Register("DEFERRAL_POLICY_DEFAULT", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.BroadcastDeferralPolicy enum directly instead of this field.", true)>]
val mutable DeferralPolicyDefault : Android.App.BroadcastDeferralPolicy

フィールド値

Value = 0
属性

注釈

欲求が表現されていないことを示し、システムが合理的な既定の動作を使用する必要があることを示す遅延ポリシー。

の Java ドキュメント android.app.BroadcastOptions.DEFERRAL_POLICY_DEFAULT

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

適用対象