Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. func configLoaded(_ config: Qpay_iOS.RemoteConfig) {
  2. guard let enabled = config.smsExperimentEnabled,
  3. let configuration = config.smsExperimentConfig else {
  4. return
  5. }
  6. smsExperimentConfig.enabled = enabled
  7. if enabled == true {
  8. smsExperimentConfig.configuration = configuration
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement