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

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

There is a newer version: 1.3.7
Show newest version
package com.moengage.enum_models.reachability;

public interface Attribute {
    String EMAIl = "u_em";
    String SMS = "u_mb";
    String ANDROID_PUSH = "moe_rsp_android";
    String IOS_PUSH = "moe_rsp_ios";
    String WHATSAPP = "u_mb";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy