Open bart-kneepkens opened 2 years ago
Leanplum's SDK exposes some configuration properties that need to be set before start() is called; for example to use 'Custom Delivery Deferral':
start()
Leanplum.deferMessagesForViewControllers([HomeViewController.self]) Leanplum.start()
Since with this SDK we don't call Leanplum.start() ourselves, would it still work to use deferMessagesForViewControllers on the Leanplum SDK directly?
Leanplum.start()
deferMessagesForViewControllers
Leanplum's SDK exposes some configuration properties that need to be set before
start()
is called; for example to use 'Custom Delivery Deferral':Since with this SDK we don't call
Leanplum.start()
ourselves, would it still work to usedeferMessagesForViewControllers
on the Leanplum SDK directly?