ShareEntry

data class ShareEntry(val groups: List<ShareElementGroup>, val shareAnimationSpec: FiniteAnimationSpec<Rect>, val startAddress: String, val endAddress: String, val keys: String, val resetState: MutableState<ShareState> = mutableStateOf(PreShare))

共享条目

Constructors

Link copied to clipboard
constructor(groups: List<ShareElementGroup>, shareAnimationSpec: FiniteAnimationSpec<Rect>, startAddress: String, endAddress: String, keys: String, resetState: MutableState<ShareState> = mutableStateOf(PreShare))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun equalTag(key: String, startAddress: String, endAddress: String): Boolean