Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • ..
  • forum
  • DatasKey.java
  • android 社区原生方法添加
    2d148269
    杨霞 authored
    2020-03-20 17:11:36 +0800  
    Browse Code »
DatasKey.java 326 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.metroapp.forum;

/**
 * Created by XiaoFu on 2018-01-13 10:35.
 * 注释:
 */

public class DatasKey {
    /**
     * 记录定位信息
     */
    public static final String LOCATION_INFO = "locationInfo";

    /**
     * 记录搜索信息
     */
    public static final String SEARCH_INFO = "searchInfo";
}