Package com. drake. serialize. intent
Functions
Link copied to clipboard
Link copied to clipboard
inline fun <T> Fragment?.bundleLazy(name: String? = null, crossinline defValue: () -> T): ReadWriteProperty<Fragment?, T>
Content copied to clipboard
inline fun <T> FragmentActivity?.bundleLazy(name: String? = null, crossinline defValue: () -> T): ReadWriteProperty<FragmentActivity?, T>
Content copied to clipboard
从序列化中检索到数据
Link copied to clipboard
Add the Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS flag to the Intent.
Link copied to clipboard
Add the Intent.FLAG_ACTIVITY_MULTIPLE_TASK flag to the Intent.
Link copied to clipboard
Add the Intent.FLAG_ACTIVITY_NEW_DOCUMENT flag to the Intent.
Link copied to clipboard
Add the Intent.FLAG_ACTIVITY_NO_ANIMATION flag to the Intent.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Service> Context.startService(vararg params: Pair<String, Any?>): ComponentName?
Content copied to clipboard
inline fun <T : Service> Fragment.startService(vararg params: Pair<String, Any?>): ComponentName?
Content copied to clipboard
Link copied to clipboard