File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
TestProjects/Main/Assets/Scripts Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ public class iOSNotificationTemplateTimeTrigger : ScriptableObject
36
36
[ Header ( "Time Trigger" ) ]
37
37
public Int32 TimeTriggerInterval ;
38
38
public bool Repeats = false ;
39
+ public NotificationSoundType SoundType ;
39
40
40
41
[ Serializable ]
41
42
public struct UserDataItem
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ private void InstantiateAllTestButtons()
226
226
ForegroundPresentationOption = template . PresentationOptions ,
227
227
Badge = template . Badge ,
228
228
Data = template . Data ,
229
+ SoundType = template . SoundType ,
229
230
Trigger = new iOSNotificationTimeIntervalTrigger ( )
230
231
{
231
232
TimeInterval = TimeSpan . FromSeconds ( template . TimeTriggerInterval ) ,
You can’t perform that action at this time.
0 commit comments