Back to project page mobile-connector-sdk-android.
The source code is released under:
Apache License
If you think the Android project mobile-connector-sdk-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.silverpop.engage.demo.engagetest; /*from w w w . ja v a 2s .c om*/ import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; /** * Created by jeremydyer on 6/6/14. */ public class EngageNotificationReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { System.out.println("something"); } }