Contents

identifier

The unique string that your app uses to identify the action.

Declaration

var identifier: String { get }

Discussion

When the user selects an action, the system reports the value of this string to your app. Because your app handles all actions by using a single delegate method, the identifier strings for all of your app’s actions must be unique.

See Also

Getting Information