This version of Unity is unsupported.

EventService.IsRequestPending

Declaration

public static bool IsRequestPending(string eventType);

Parameters

eventType Event type name.

Returns

bool True if there is a pending request for this event. False otherwise.

Description

Checks whether a request is pending on a specific event. For more information about Request, see EventService.Request.