bool SystemUI.IsItemActive(string itemID)
9/4/25Less than 1 minute
Member of ML.SDK.SystemUI
Method
bool SystemUI.IsItemActive(string itemID)
bool SystemUI.IsItemActive(string itemID);
Parameters
Parameter | Type | Description |
---|---|---|
itemID | string | itemID |
Returns
bool Returns true if the itemID is registered and is active, false otherwise.
Summary
used to check whether a specific item identified by an itemID is currently active or not.