AVIROReportReviewType
enum AVIROReportReviewType : String, CaseIterable
-
Declaration
Swift
case profanity = "욕설/비방/차별/혐오 후기예요."
-
Declaration
Swift
case advertisement = "홍보/영리목적 후기예요."
-
Declaration
Swift
case illegalInfo = "불법 정보 후기예요."
-
Declaration
Swift
case obscene = "음란/청소년 유해 후기예요."
-
Declaration
Swift
case personalInfo = "개인 정보 노출/유포/거래를 한 후기예요."
-
Declaration
Swift
case spam = "도배/스팸 후기예요."
-
Declaration
Swift
case others = "기타"
-
Declaration
Swift
var code: Int { get }