All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.leancloud.util.AndroidUtil Maven / Gradle / Ivy

There is a newer version: 8.2.28
Show newest version
package cn.leancloud.util;

import android.os.Looper;

/**
 * Created by fengjunwen on 2018/8/11.
 */

public class AndroidUtil {
  public static boolean isMainThread() {
    return (Looper.myLooper() == Looper.getMainLooper());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy