MCPcopy Create free account
hub / github.com/afkT/DevUtils / getActivityLifecycle

Method getActivityLifecycle

lib/DevApp/src/main/java/dev/DevUtils.java:428–430  ·  view source on GitHub ↗

获取 Activity 生命周期相关信息获取接口 @return ActivityLifecycleGet

()

Source from the content-addressed store, hash-verified

426 * @return {@link ActivityLifecycleGet}
427 */
428 public static ActivityLifecycleGet getActivityLifecycle() {
429 return getLifecycleAssist().getActivityLifecycle();
430 }
431
432 /**
433 * 获取 Activity 生命周期 事件监听接口类

Callers

nothing calls this directly

Calls 1

getLifecycleAssistMethod · 0.95

Tested by

no test coverage detected