com.moengage.enum_models.reachability.Attribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of condition-evaluator Show documentation
Show all versions of condition-evaluator Show documentation
Condition Evaluator for MoEngage Platform
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";
}