BAppInfo
public struct BAppInfo : Codable요청 BApp 정보
- 
                  
                  요청 BApp 이름 DeclarationSwift public let name: String
- 
                  
                  (optional) 요청의 처리 결과 Callback URL 정보 DeclarationSwift public let callback: BAppDeepLinkCB?
- 
                  
                  요청에 필요한 정보들 초기화 DeclarationSwift public init(name: String, callback: BAppDeepLinkCB? = nil)
 BAppInfo Structure Reference
        BAppInfo Structure Reference