AlertBundleKeys.java :  » UnTagged » linkdn » org » freetek » linkdn » activity » alert » Android Open Source

Android Open Source » UnTagged » linkdn 
linkdn » org » freetek » linkdn » activity » alert » AlertBundleKeys.java
package org.freetek.linkdn.activity.alert;

public abstract class AlertBundleKeys {
  
  
  /** 
   * Required. 
   * 
   * The message the alert window will display.
   * */
  public static final String MESSAGE = "msg";
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.