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

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

There is a newer version: 1.3.7
Show 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 - 2024 Weber Informatics LLC | Privacy Policy