initWithIdentifier:name:
Create a new configuration with an identifier and a name.
Declaration
- (instancetype) initWithIdentifier:(NSString *) identifier name:(NSString *) name;Parameters
- identifier:
A string that uniquely identifies the tool in the picker, such as
com.example.example-company.custom-tool. - name:
A short string to show as the name of the tool in the UI.