package org.freetek.linkdn.activity.alert; public abstract class AlertBundleKeys { /** * Required. * * The message the alert window will display. * */ public static final String MESSAGE = "msg"; }