onAppScreenChange method
Implementation
onAppScreenChange(String screenName) {
if (Flagship.sharedInstance().eaiCollectEnabled == true &&
this.eaiVisitorScored == false) {
this._visitorDelegate.onAppScreenChange(screenName);
}
}
onAppScreenChange(String screenName) {
if (Flagship.sharedInstance().eaiCollectEnabled == true &&
this.eaiVisitorScored == false) {
this._visitorDelegate.onAppScreenChange(screenName);
}
}