pendingConversationActions(of:for:)
Queries a conversation for pending actions of a specified type.
Declaration
final func pendingConversationActions(of conversationActionClass: ConversationAction.Type, for conversation: Conversation) -> [ConversationAction]Parameters
- conversationActionClass:
The type of action to query.
- conversation:
The conversation to query.
Return Value
An array of a conversation’s pending conversation actions of the specified type.