NetmeraEventScreenView class
Copyright (c) 2019 Inomera Research. Author Burak Soykal
- Inheritance
-
- Object
- NetmeraEvent
- NetmeraEventScreenView
Constructors
Properties
Methods
-
getCode(
) → String -
override
-
getPageId(
) → String? -
getPageName(
) → String? -
getReferrerPageId(
) → String? -
getReferrerPageName(
) → String? -
getRevenue(
) → double? -
inherited
-
getTimeInPage(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPageId(
String value) → dynamic -
setPageName(
String value) → dynamic -
setReferrerPageId(
String value) → dynamic -
setReferrerPageName(
String value) → dynamic -
setRevenue(
double value) → dynamic -
inherited
-
setTimeInPage(
String value) → dynamic -
toJson(
) → Map< String, Object?> -
Copyright (c) 2019 Inomera Research.
Author Burak Soykal
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited