bool SystemUI.IsSystemUIItemRegistered(string itemID)
9/4/25Less than 1 minute
Member of ML.SDK.SystemUI
Method
bool SystemUI.IsSystemUIItemRegistered(string itemID)
bool SystemUI.IsSystemUIItemRegistered(string itemID);
Parameters
Parameter | Type | Description |
---|---|---|
itemID | string | item ID |
Returns
true if item is registered, false otherwise.
Summary
checks whether a specific system UI item, identified by itemID, is registered or not.