The official documentation at https://developers.facebook.com/docs/app-events/getting-started-app-events-ios/#manually-log-events says: `AppEvents.shared.logEvent(AppEvents.Name("battledAnOrc"))` But i can't seem to find `AppEvents.Name` :S Are the docs outdated? There are also no samples about it.
The official documentation at https://developers.facebook.com/docs/app-events/getting-started-app-events-ios/#manually-log-events says:
AppEvents.shared.logEvent(AppEvents.Name("battledAnOrc"))But i can't seem to find
AppEvents.Name:SAre the docs outdated? There are also no samples about it.