Back to project page openaccessbutton.
The source code is released under:
MIT License
If you think the Android project openaccessbutton 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 org.openaccessbutton.openaccessbutton; import android.content.Intent; /** * Created by rickards on 10/14/14. */ public interface OnShareIntentInterface { public void onShareIntentUpdated(Intent intent); }