ShareType

enum ShareType : Enum<ShareType>

카카오톡 공유 대상 선택 화면 유형
Type of share target selection screen in Kakao Talk.

Entries

Link copied to clipboard

친구 목록과 채팅방 목록 모두 노출(기본값)
Shows both friends list and chat rooms list (default)

Link copied to clipboard

친구 목록만 노출
Shows friends list only

Link copied to clipboard

채팅방 목록만 노출
Shows chat rooms list only

Functions

Link copied to clipboard
fun valueOf(value: String): ShareType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<ShareType>

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String