ALBundleConfiguration

@MainActor
public struct ALBundleConfiguration

The Camera bundle configuration.

  • The bundle used to load resources.

    Declaration

    Swift

    @MainActor
    public var bundle: Bundle
  • The table name used to load localized strings.

    Declaration

    Swift

    @MainActor
    public var tableName: String?