Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
TouchBar.SetCustomizationIdentifier
Sets the customization identifier.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TouchBar | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "TouchBar.SetCustomizationIdentifier"; TouchBarRef; Identifier ) More
Parameters
Parameter | Description | Example |
---|---|---|
TouchBarRef | The reference number for the touch bar. | $TouchBar |
Identifier | The identifier you want to use. | "test" |
Result
Returns OK or error.
Description
Sets the customization identifier.A string uniquely identifying this bar for customization purposes. All bars with this identifier will have their items coordinated automatically during customization or instantiation.
Touch bars lacking a customizationIdentifier are not customizable.
See also
This function checks for a license.
Created 1st November 2016, last changed 1st November 2016
TouchBar.SetCustomizationAllowedItemIdentifiers - TouchBar.SetCustomizationRequiredItemIdentifiers