Skip to content

Commit 1743df9

Browse files
committed
Update and improve location button
1 parent e048fc8 commit 1743df9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

TestProjects/Main/Assets/Resources/iOSNotifications/LocationTrigger/Location Triggered.asset

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@ MonoBehaviour:
1313
m_Name: Location Triggered
1414
m_EditorClassIdentifier:
1515
ButtonName: Send A Notification (Location Trigger)
16-
Identifier:
16+
Identifier: loc_not
1717
CategoryIdentifier: category_indentifier
1818
ThreadIdentifier: thread_identifier
1919
Title: Location Notification Title
2020
Subtitle: This is a subtitle
2121
Body: And this is the body of this notification
22-
ShowInForeground: 0
22+
ShowInForeground: 1
2323
PresentationOptions: 6
2424
Badge: -1
2525
Data: This notification also includes some data
26-
CenterX: 22.2847
27-
CenterY: 114.1582
26+
Latitude: 22.2847
27+
Longitude: 114.1582
2828
Radius: 5000
2929
NotifyOnEntry: 1
3030
NotifyOnExit: 1
31+
Repeats: 1

0 commit comments

Comments
 (0)