We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1743df9 commit 8c56551Copy full SHA for 8c56551
com.unity.mobile.notifications/Runtime/iOS/iOSNotificationTriggers.cs
@@ -62,6 +62,7 @@ public struct iOSNotificationLocationTrigger : iOSNotificationTrigger
62
/// <summary>
63
/// The center point of the geographic area.
64
/// </summary>
65
+ [Obsolete("Use Latitude and Longitude", false)]
66
public Vector2 Center
67
{
68
get
0 commit comments