File tree Expand file tree Collapse file tree 3 files changed +3
-31
lines changed
com.onesignal.unity.ios/Editor Expand file tree Collapse file tree 3 files changed +3
-31
lines changed Original file line number Diff line number Diff line change @@ -121,21 +121,6 @@ public class OneSignalExampleBehaviour : MonoBehaviour
121121 /// </summary>
122122 public float outcomeValue ;
123123
124- /// <summary>
125- ///
126- /// </summary>
127- public string eventName ;
128-
129- /// <summary>
130- ///
131- /// </summary>
132- public string eventPropertyKey ;
133-
134- /// <summary>
135- ///
136- /// </summary>
137- public string eventPropertyValue ;
138-
139124 /// <summary>
140125 ///
141126 /// </summary>
@@ -674,12 +659,6 @@ public void RemovePushToStartToken()
674659
675660 public void SetLiveActivityTypeToken ( string newVal ) => liveActivityTypeToken = newVal ;
676661
677- public void SetEventName ( string newVal ) => eventName = newVal ;
678-
679- public void SetEventPropertyKey ( string newVal ) => eventPropertyKey = newVal ;
680-
681- public void SetEventPropertyValue ( string newVal ) => eventPropertyValue = newVal ;
682-
683662 private void Awake ( )
684663 {
685664 SDKDebug . LogIntercept += _log ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<dependencies >
2- <iosPods >
3- <iosPod name =" OneSignalXCFramework" version =" 5.4.0-alpha-01" addToAllTargets =" true" />
4- </iosPods >
2+ <iosPods >
3+ <iosPod name =" OneSignalXCFramework" version =" 5.4.0-alpha-01" addToAllTargets =" true" />
4+ </iosPods >
55</dependencies >
You can’t perform that action at this time.
0 commit comments