BroadcastReceiver.IsInitialStickyBroadcast Property

Definition

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.

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

Property Value

Attributes

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.

Java documentation for android.content.BroadcastReceiver.isInitialStickyBroadcast().

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