activity

tailrec fun Context?.activity(): Activity?

尝试 将 Context 对象转换成 Activity 对象

Return

如果类型匹配,则返回对应的 Activity 对象,否则为null