Event

public enum Event

Encapsulates dynamic loads of classes in the bundle.

  • The bundle has dynamically loaded one or more classes. The second element in the associated value is an array of names of each class that was loaded.

    Declaration

    Swift

    case didLoad(Bundle, [String])