LocaleUpdated

@objc(UAirshipNotificationLocaleUpdated)
final class LocaleUpdated : NSObject

NSNotification info when the locale is updated.

  • NSNotification name.

    Declaration

    Swift

    @objc
    public static let name: NSNotification.Name
  • NSNotification userInfo key to get the locale.

    Declaration

    Swift

    @objc
    public static let localeKey: String