com.beem.project.beem.ui.dialogs.builders
Class ResendSubscription
java.lang.Object
android.app.AlertDialog.Builder
com.beem.project.beem.ui.dialogs.builders.ResendSubscription
public class ResendSubscription
- extends AlertDialog.Builder
Use this builder to build a dialog which allows you resend a subscription query to a contact.
| Methods inherited from class android.app.AlertDialog.Builder |
create, setAdapter, setCancelable, setCursor, setCustomTitle, setIcon, setIcon, setInverseBackgroundForced, setItems, setItems, setMessage, setMessage, setMultiChoiceItems, setMultiChoiceItems, setMultiChoiceItems, setNegativeButton, setNegativeButton, setNeutralButton, setNeutralButton, setOnCancelListener, setOnItemSelectedListener, setOnKeyListener, setPositiveButton, setPositiveButton, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setTitle, setTitle, setView, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResendSubscription
public ResendSubscription(Context context,
IXmppFacade xmppFacade,
Contact contact)
- Constructor.
- Parameters:
context - context activity.xmppFacade - the XMPP Facade used to send the query.contact - the receiver of the query.
Copyright © 2009 Beem-project.com. All Rights Reserved.