PasteboardAction

@available(tvOS, unavailable)
public final class PasteboardAction : AirshipAction

Sets the pasteboard’s string.

Expected argument values: String or an Object with the pasteboard’s string under the ‘text’ key.

Valid situations: ActionSituation.launchedFromPush, ActionSituation.webViewInvocation, ActionSituation.manualInvocation, ActionSituation.foregroundInteractiveButton, ActionSituation.backgroundInteractiveButton, and ActionSituation.automation

Result value: The arguments value.