BAppInfo

public struct BAppInfo : Codable

요청 BApp 정보

  • 요청 BApp 이름

    Declaration

    Swift

    public let name: String
  • (optional) 요청의 처리 결과 Callback URL 정보

    Declaration

    Swift

    public let callback: BAppDeepLinkCB?
  • 요청에 필요한 정보들 초기화

    Declaration

    Swift

    public init(name: String, callback: BAppDeepLinkCB? = nil)