Skip to content

Commit 4abedb9

Browse files
Add small utility to PNSDK source
1 parent c7e3f45 commit 4abedb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PubNubUnity/Assets/PubNub/Runtime/Util/UnityPNSDKSource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace PubnubApi.Unity
66
public class UnityPNSDKSource : IPNSDKSource {
77

88
private const string build = "9.1.0";
9+
public string Build => build;
910

1011
public string GetPNSDK() {
1112
#if(UNITY_IOS)

0 commit comments

Comments
 (0)