All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.log.common.VoiceNotification Maven / Gradle / Ivy

package com.aliyun.openservices.log.common;


/**
 * Voice notification.
 */
public class VoiceNotification extends SmsNotification {

    public VoiceNotification() {
        super(NotificationType.VOICE);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy