示例#1
0
 public void OnGetOrderByFirst()
 {
     MFBFNetwork.GetOrderByFirst(KEY, SORT_KEY, 2, null, null);
 }
示例#2
0
        public static void GetOrderByFirst(string key, string sortKey, int fetchCount, Action <string> onSuccess, Action onFailed)
        {
#if USE_FIREBASE
            MFBFNetwork.GetOrderByFirst(key, sortKey, fetchCount, onSuccess, onFailed);
#endif
        }