Skip to main content

OH_CommonEvent_IsOrderedCommonEvent

Function OH_CommonEvent_IsOrderedCommonEvent 

Source
pub unsafe extern "C" fn OH_CommonEvent_IsOrderedCommonEvent(
    subscriber: *const CommonEvent_Subscriber,
) -> bool
Available on crate features commonevent and api-12 and api-18 only.
Expand description

Check an event by a subscriber whether it is ordered.

§Arguments

  • subscriber - Indicates the subscriber.

§Returns

  • Returns the result of check, true means ordered.

Available since API-level: 18