return new SmsEventParameters(locale,session,null,null,null);
}
if (invocation.getEmail() != null){
return new EmailEventParameters(locale,session,null,null,null);
}
return new ServiceEventParameters(locale,session,null,null,null);
} else {
return null; // any types of parameters possible for fragment interactions
}
}