void SystemUI.RemoveSystemUIItems(List<string> itemIDs)
9/4/25Less than 1 minute
Member of ML.SDK.SystemUI
Method
void SystemUI.RemoveSystemUIItems(List<string> itemIDs)
void SystemUI.RemoveSystemUIItems(List`<string>` itemIDs);Parameters
| Parameter | Type | Description |
|---|---|---|
| itemIDs | List<string> | List of itemIDs |
Returns
Summary
Removes SystemUI items, identified by the itemIDs provided in the list.

