Class MXBackgroundExitData

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MXBackgroundExitData

      public MXBackgroundExitData()
    • MXBackgroundExitData

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

      protected MXBackgroundExitData​(NSObject.SkipInit skipInit)
    • MXBackgroundExitData

      public MXBackgroundExitData​(NSCoder coder)
  • Method Details

    • getCumulativeNormalAppExitCount

      public long getCumulativeNormalAppExitCount()
    • getCumulativeMemoryResourceLimitExitCount

      public long getCumulativeMemoryResourceLimitExitCount()
    • getCumulativeCPUResourceLimitExitCount

      public long getCumulativeCPUResourceLimitExitCount()
    • getCumulativeMemoryPressureExitCount

      public long getCumulativeMemoryPressureExitCount()
    • getCumulativeBadAccessExitCount

      public long getCumulativeBadAccessExitCount()
    • getCumulativeAbnormalExitCount

      public long getCumulativeAbnormalExitCount()
    • getCumulativeIllegalInstructionExitCount

      public long getCumulativeIllegalInstructionExitCount()
    • getCumulativeAppWatchdogExitCount

      public long getCumulativeAppWatchdogExitCount()
    • getCumulativeSuspendedWithLockedFileExitCount

      public long getCumulativeSuspendedWithLockedFileExitCount()
    • getCumulativeBackgroundTaskAssertionTimeoutExitCount

      public long getCumulativeBackgroundTaskAssertionTimeoutExitCount()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

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

      protected long init​(NSCoder coder)