AppLogInfo

public class AppLogInfo : CustomStringConvertible, JSONRepresentable

App’s logged information.

  • App unique ID.

    Declaration

    Swift

    public let appId: String?
  • App display name.

    Declaration

    Swift

    public let displayName: String?
  • Declaration

    Swift

    public var description: String { get }