You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* attach a name, category or properties to the screen. Either category or name must be
222
222
* provided.
223
223
*
224
-
* @param screenTitle A name for the screen.
224
+
* @param title A name for the screen.
225
225
* @param category A category to describe the screen.
226
226
* @param properties [Properties] to add extra information to this call. Needs to be [serializable](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serializers.md)
227
227
* @param serializationStrategy strategy to serialize [properties]
* attach a name, category or properties to the screen. Either category or name must be
246
246
* provided.
247
247
*
248
-
* @param screenTitle A name for the screen.
248
+
* @param title A name for the screen.
249
249
* @param category A category to describe the screen.
250
250
* @param properties [Properties] to add extra information to this call. Needs to be [serializable](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serializers.md)
0 commit comments