Uses of Enum
io.sendon.kakao.request.FriendtalkMessageType
Packages that use FriendtalkMessageType
-
Uses of FriendtalkMessageType in io.sendon.kakao
Methods in io.sendon.kakao with parameters of type FriendtalkMessageTypeModifier and TypeMethodDescriptionSendonKakao.sendFriendtalk(String profileId, String templateId, List<?> to, FriendtalkMessageType messageType, String message, List<Button> buttons, boolean isAd, Reservation reservation, Fallback fallback, Image image) Sends a Friendtalk message. -
Uses of FriendtalkMessageType in io.sendon.kakao.request
Fields in io.sendon.kakao.request declared as FriendtalkMessageTypeMethods in io.sendon.kakao.request that return FriendtalkMessageTypeModifier and TypeMethodDescriptionstatic FriendtalkMessageTypeReturns the enum constant of this type with the specified name.static FriendtalkMessageType[]FriendtalkMessageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sendon.kakao.request with parameters of type FriendtalkMessageTypeModifier and TypeMethodDescriptionFriendtalkBuilder.setMessageType(FriendtalkMessageType messageType) Sets the message type.