BroadcastOptions.DeliveryGroupPolicyAll Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 all the broadcasts in the delivery group need to be delivered as is.
[Android.Runtime.Register("DELIVERY_GROUP_POLICY_ALL", 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 DeliveryGroupPolicyAll = 0;
[<Android.Runtime.Register("DELIVERY_GROUP_POLICY_ALL", 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 DeliveryGroupPolicyAll : Android.App.BroadcastDeliveryGroupPolicy
Field Value
Value = 0- Attributes
Remarks
Delivery group policy that indicates that all the broadcasts in the delivery group need to be delivered as is.
Java documentation for android.app.BroadcastOptions.DELIVERY_GROUP_POLICY_ALL
.
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.