TriggeringRegion

public enum TriggeringRegion : Hashable, CaseIterable

A region for which the triggering config variant is applicable.

If you want to differentiate the triggers based on the country, you should specify the region while declaring config variants.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • North American regions namely the USA and Canada.

    Declaration

    Swift

    case northAmerica
  • The rest of the world.

    Declaration

    Swift

    case restOfTheWorld