GoogleApisForiOSComponents icon indicating copy to clipboard operation
GoogleApisForiOSComponents copied to clipboard

How to replace SetScreenNameAndClass

Open vincenthouck opened this issue 2 years ago • 2 comments

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

vincenthouck avatar May 13 '22 09:05 vincenthouck

+1

flipper09112 avatar May 16 '22 09:05 flipper09112

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.

FIELDPOINT avatar Jun 07 '22 14:06 FIELDPOINT