Contents

builtinActionSet(ofType:)

Retrieves the builtin action set for the specified type.

Declaration

func builtinActionSet(ofType actionSetType: String) -> HMActionSet?

Parameters

Return Value

The builtin action set corresponding to the type argument.

Discussion

Returns nil if no action set is found.

See Also

Creating action sets