VAMPChildDirected
Objective-C
enum VAMPChildDirected : NSInteger {}Swift
enum VAMPChildDirected : Int, @unchecked Sendable子供向けとして扱うかどかの定義
- 
                  
                  不明 DeclarationObjective-C kVAMPChildDirectedUnknownSwift case unknown = 0
- 
                  
                  子供向けとして扱う DeclarationObjective-C kVAMPChildDirectedTrueSwift case `true` = 1
- 
                  
                  子供向けとして扱わない DeclarationObjective-C kVAMPChildDirectedFalseSwift case `false` = 2
 View on GitHub
View on GitHub VAMPChildDirected Enumeration Reference
        VAMPChildDirected Enumeration Reference