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

com.moengage.enum_models.reachability.Channel Maven / Gradle / Ivy

The newest version!
package com.moengage.enum_models.reachability;

public interface Channel {
    String EMAIl = "email";
    String SMS = "sms";
    String ANDROID_PUSH = "android_push";
    String IOS_PUSH = "ios_push";
    String WHATSAPP = "whatsapp";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy