setApp

fun setApp(openRTBApp: App?)

Set App information to be used with all future requests.

This method sets the the default App object that will be set on all NimbusRequest objects when they are constructed. The App object is stored in a static variable; however because all the field are are primitive data types, this should be safe from memory leaks.