File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
TestProjects/Main/Assets/Resources/iOSNotifications/LocationTrigger Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,19 @@ MonoBehaviour:
13
13
m_Name : Location Triggered
14
14
m_EditorClassIdentifier :
15
15
ButtonName : Send A Notification (Location Trigger)
16
- Identifier :
16
+ Identifier : loc_not
17
17
CategoryIdentifier : category_indentifier
18
18
ThreadIdentifier : thread_identifier
19
19
Title : Location Notification Title
20
20
Subtitle : This is a subtitle
21
21
Body : And this is the body of this notification
22
- ShowInForeground : 0
22
+ ShowInForeground : 1
23
23
PresentationOptions : 6
24
24
Badge : -1
25
25
Data : This notification also includes some data
26
- CenterX : 22.2847
27
- CenterY : 114.1582
26
+ Latitude : 22.2847
27
+ Longitude : 114.1582
28
28
Radius : 5000
29
29
NotifyOnEntry : 1
30
30
NotifyOnExit : 1
31
+ Repeats : 1
You can’t perform that action at this time.
0 commit comments