GoogleApisForiOSComponents
GoogleApisForiOSComponents copied to clipboard
How to replace SetScreenNameAndClass
Hi, I believe the SetScreenNameAndClass method in Firebase.Analytics.Analytics is not longer present in the package "Xamarin.Firebase.iOS.Analytics", I don't know how to replace it. Can anyone help ?
Thanks
+1
You need to use the normal LogEvent function and use "screen_view" as the event name. If you want to log the class then you can also add "screen_class" as an optional parameter.