Class MXForegroundExitData

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MXForegroundExitData

      public MXForegroundExitData()
    • MXForegroundExitData

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

      protected MXForegroundExitData​(NSObject.SkipInit skipInit)
    • MXForegroundExitData

      public MXForegroundExitData​(NSCoder coder)
  • Method Details

    • getCumulativeNormalAppExitCount

      public long getCumulativeNormalAppExitCount()
    • getCumulativeMemoryResourceLimitExitCount

      public long getCumulativeMemoryResourceLimitExitCount()
    • getCumulativeBadAccessExitCount

      public long getCumulativeBadAccessExitCount()
    • getCumulativeAbnormalExitCount

      public long getCumulativeAbnormalExitCount()
    • getCumulativeIllegalInstructionExitCount

      public long getCumulativeIllegalInstructionExitCount()
    • getCumulativeAppWatchdogExitCount

      public long getCumulativeAppWatchdogExitCount()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

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

      protected long init​(NSCoder coder)