Einhugur macOS Bridge plugin.

NSTouchBar.SetCustomizationIdentifier Method

Sets a globally unique string that makes the Touch Bar eligible for user customization.

SetCustomizationIdentifier(
   identifier as String)

Parameters

identifier
Identifier to be set.

Remarks

To make an NSTouchBar object eligible for user customization, assign it a globally unique customizationIdentifier identifier. For the identifier string, use reverse-DNS style, such as “com.company-name.app-name.alphanumeric-ID”.

See Also

NSTouchBar Class