BroadcastOptions.DeliveryGroupMatchingKey Property
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.
Return the namespace and key that is used to identify the delivery group that this broadcast belongs to.
public virtual string? DeliveryGroupMatchingKey { [Android.Runtime.Register("getDeliveryGroupMatchingKey", "()Ljava/lang/String;", "GetGetDeliveryGroupMatchingKeyHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getDeliveryGroupMatchingKey", "()Ljava/lang/String;", "GetGetDeliveryGroupMatchingKeyHandler", ApiSince=34)>]
member this.DeliveryGroupMatchingKey : string
Property Value
the delivery group namespace and key that was previously set using
#setDeliveryGroupMatchingKey(String, String)
, concatenated with a :
.
- Attributes
Remarks
Return the namespace and key that is used to identify the delivery group that this broadcast belongs to.
Java documentation for android.app.BroadcastOptions.getDeliveryGroupMatchingKey()
.
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.