munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
user-shared
/
com.munchies.user.infrastructure.adapter.outbound.notification
Package-level
declarations
Types
Functions
Types
User
Email
Confirmation
Notification
Link copied to clipboard
@
Serializable
data
class
UserEmailConfirmationNotification
(
val
user_id_key
:
String
,
val
user_confirmation_key
:
String
)
:
Notification
User
Email
Confirmation
Notification
Info
Link copied to clipboard
object
UserEmailConfirmationNotificationInfo
User
Email
Confirmation
Notification
Observer
Link copied to clipboard
abstract
class
UserEmailConfirmationNotificationObserver
:
NotificationObserver
<
UserEmailConfirmationNotification
>
User
Email
Confirmation
Notification
Subject
Link copied to clipboard
abstract
class
UserEmailConfirmationNotificationSubject
:
NotificationSubject
<
UserEmailConfirmationNotification
,
UserEmailConfirmationNotificationObserver
>
Functions
user
Email
Confirmation
Notification
From
Json
Link copied to clipboard
fun
userEmailConfirmationNotificationFromJson
(
json
:
String
)
:
UserEmailConfirmationNotification