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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy