Share.State

API: Internal/Stable

enum class State {
    APPROVED,
    REJECTED,
    PENDING,
}
Properties
APPROVED
REJECTED
PENDING