Class PHCloudIdentifier

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class PHCloudIdentifier
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 15.0 and later.
  • Constructor Details

    • PHCloudIdentifier

      public PHCloudIdentifier()
    • PHCloudIdentifier

      protected PHCloudIdentifier​(NSObject.Handle h, long handle)
    • PHCloudIdentifier

      protected PHCloudIdentifier​(NSObject.SkipInit skipInit)
    • PHCloudIdentifier

      public PHCloudIdentifier​(String stringValue)
      Since:
      Available in iOS 15.0 and later.
    • PHCloudIdentifier

      public PHCloudIdentifier​(NSCoder coder)
  • Method Details

    • getStringValue

      public String getStringValue()
      Since:
      Available in iOS 15.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String stringValue)
      Since:
      Available in iOS 15.0 and later.
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)