Android.Content.BroadcastReceiver.IsInitialStickyBroadcast Property
Returns true if the receiver is currently processing the initial value of a sticky broadcast -- that is, the value that was last broadcast and is currently held in the sticky cache, so this is not directly the result of a broadcast right now.

Syntax

[get: Android.Runtime.Register("isInitialStickyBroadcast", "()Z", "GetIsInitialStickyBroadcastHandler")]
public bool IsInitialStickyBroadcast { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if the receiver is currently processing the initial value of a sticky broadcast -- that is, the value that was last broadcast and is currently held in the sticky cache, so this is not directly the result of a broadcast right now.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5