UAActionScheduleInfoBuilder

@interface UAActionScheduleInfoBuilder : UAScheduleInfoBuilder

Builder class for UAActionScheduleInfo.

  • The schedule’s group.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic, nullable) NSString *group;

    Swift

    var group: String? { get set }
  • Actions payload to run when the schedule is triggered.

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic, nullable) NSDictionary *actions;

    Swift

    var actions: [AnyHashable : Any]? { get set }