Contents

init(identifier:display:subtitle:image:)

Creates a custom intent object with full display information.

Declaration

convenience init(identifier: String?, display displayString: String, subtitle subtitleString: String?, image displayImage: INImage?)

Parameters

  • identifier:

    A string that identifies the custom object within your app.

  • displayString:

    A string that concisely describes the custom object.

  • subtitleString:

    A string that concisely describes the custom object.

  • displayImage:

    A string that adds secondary information about the object.

Return Value

A new INObject, or nil if the initializer couldn’t create the object.

See Also

Creating a Custom Object