UAActionScheduleEdits

@interface UAActionScheduleEdits : UAScheduleEdits

Defines the action schedule edits.

  • Actions payload to run when the schedule is triggered.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSDictionary *actions;

    Swift

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