PlaytimeDebug

public enum PlaytimeDebug

This class is used to provide some convenience debug-APIs for the Playtime SDK. Use it as the entry point to access debug functionalities like clearing the SDK or tracking it’s status.

Note

It is only available in debug builds and is excluded from the generated documentation.
  • Undocumented

    See more

    Declaration

    Swift

    public struct Status
  • Undocumented

    Declaration

    Swift

    public static var status: CurrentValueSubject<Status?, Never>
  • Undocumented

    Declaration

    Swift

    public static func clearStoredData()
  • Undocumented

    Declaration

    Swift

    public static func writePasteboardSyncData()