subscribeToMessageNotification

fun subscribeToMessageNotification(messageId: Long, subscriberAddress: String, notificationType: KvnNotificationType): Completable

User email or sms subscription for Kvn message notification. This sign the user up for getting a notification when a KVN message is resolved

Return

a Completable

Parameters

messageId

Kvn message id of the message the user want notification on

notificationType

Notification type SMS or EMAIL

subscriberAddress

the email or phone number of the user