CustomActivityResponse

public class CustomActivityResponse : BaseResponse

response when a custom activity is finished

  • action name as defined for an Activity

    Declaration

    Swift

    public var action: String?
  • a String payload that gets passed in to the start of a custom Activity

    Declaration

    Swift

    public var payload: String?