Click or drag to resize

IntentDeliveryModeBroadcast Property

Sends an Intent using broadcastIntent to invoke registered broadcast receivers

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IntentDeliveryMode Broadcast { get; }

Property Value

Type: IntentDeliveryMode
Remarks

Sends an Intent using broadcastIntent to invoke registered broadcast receivers

[Android Documentation]

See Also