Class UIEventAttribution

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class UIEventAttribution
extends NSObject
Since:
Available in iOS 14.5 and later.
  • Constructor Details

    • UIEventAttribution

      protected UIEventAttribution()
    • UIEventAttribution

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

      protected UIEventAttribution​(NSObject.SkipInit skipInit)
    • UIEventAttribution

      public UIEventAttribution​(byte sourceIdentifier, NSURL destinationURL, String sourceDescription, String purchaser)
  • Method Details

    • getSourceIdentifier

      public byte getSourceIdentifier()
    • getDestinationURL

      public NSURL getDestinationURL()
    • getReportEndpoint

      public NSURL getReportEndpoint()
    • getSourceDescription

      public String getSourceDescription()
    • getPurchaser

      public String getPurchaser()
    • init

      protected long init​(byte sourceIdentifier, NSURL destinationURL, String sourceDescription, String purchaser)