Last active
February 14, 2019 13:27
-
-
Save claudiosanchez/23f6151f1079e07865619332c7b02470 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void Initialize() | |
{ | |
var config = Configuration.Default(MOBILE_KEY_TEST) | |
.WithStartWaitTime(TimeSpan.Zero); | |
_user = User.WithKey(UserID); | |
_client = LdClient.Instance; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment