turnClose method
Implementation
XKitPageEvent turnClose() {
_type = XKitEventConstants.pageTypeClose;
if (endTime == null) {
setEndTime(DateTime.now().millisecondsSinceEpoch);
}
return this;
}
XKitPageEvent turnClose() {
_type = XKitEventConstants.pageTypeClose;
if (endTime == null) {
setEndTime(DateTime.now().millisecondsSinceEpoch);
}
return this;
}