Class ABAddressFormating

    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String createString​(CFDictionary address, boolean addCountryName)
      Deprecated.
      Deprecated in iOS 9.0.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ABAddressFormating

        public ABAddressFormating()
    • Method Detail

      • createString

        @Deprecated
        public static java.lang.String createString​(CFDictionary address,
                                                    boolean addCountryName)
        Deprecated.
        Deprecated in iOS 9.0. Use CNPostalAddressFormatter from Contacts.framework instead
        Since:
        Available in iOS 2.0 and later.