Пример #1
0
            public void NotificationOpened(OneSignalAndroid.OSNotificationOpenedResult notificationOpenedResult)
            {
                NotificationOpenedResult result = NativeConversion.NotificationOpenedResultToXam(notificationOpenedResult);

                _instance.NotificationOpened?.Invoke(result);
            }
Пример #2
0
    /*
     * SDK events
     */

    private void _notificationOpened(NotificationOpenedResult result)
    {
        _log($"Notification was opened with result: {JsonUtility.ToJson(result)}");
    }