BroadcastOptions.DeliveryGroupPolicyMostRecent Field

Definition

Caution

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

Delivery group policy that indicates that only the most recent broadcast in the delivery group need to be delivered and the rest can be dropped.

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

Field Value

Value = 1
Attributes

Remarks

Delivery group policy that indicates that only the most recent broadcast in the delivery group need to be delivered and the rest can be dropped.

Java documentation for android.app.BroadcastOptions.DELIVERY_GROUP_POLICY_MOST_RECENT.

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