Adrop

class Adrop

모든 Adrop에 대한 Entry Point입니다.


Functions

initialize

static func initialize(production: Bool = false)

Initializes Adrop

  • 배포 환경에서만 production = true 를 사용하세요.


Properties

isProuduction

var isProduction: Boolean

Adrop의 production mode에서 초기화되었는지, 해당 여부를 반환합니다.

Last updated