OldDataPolicy

@objc(GSOldDataPolicy)
public enum OldDataPolicy : Int, Codable, CustomStringConvertible

Policy to observe with regard to user data that were collected before the user decides to allow data upload.

  • Already collected data must not be uploaded and should be deleted.

    Declaration

    Swift

    case denyUpload
  • Already collected data may be uploaded.

    Declaration

    Swift

    case allowUpload
  • Declaration

    Swift

    public var description: String { get }