Skip to content

Conversation

@nzagorchev
Copy link
Contributor

What Where/Who
JIRA Issue SDK-395

Expose the Variables Diffs

Background

Implementation

Example Usage:

Debug.Log($"Leanplum Vars: {Leanplum.Vars()}");
Debug.Log($"Leanplum Vars Count: {Leanplum.Vars().Count}");
var vals = Leanplum.Vars().Values.Select(c => c.ToString()).ToList();
Debug.Log($"Leanplum Vars Values: {string.Join(",", vals)}");

Testing steps

Manual

Is this change backwards-compatible?

Yes

@nzagorchev nzagorchev requested a review from milos1290 April 29, 2021 16:42
@nzagorchev nzagorchev merged commit c0d90b8 into master May 11, 2021
@delete-merged-branch delete-merged-branch bot deleted the expose-vars branch May 11, 2021 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants