public class VKOpenAuthDialog
extends java.lang.Object
implements android.content.DialogInterface.OnDismissListener
| Modifier and Type | Field and Description |
|---|---|
protected android.os.Bundle |
mBundle |
protected android.content.Intent |
mData |
protected android.app.Dialog |
mDialog |
protected android.view.View |
mProgress |
protected int |
mReqCode |
protected int |
mResCode |
protected android.view.View |
mView |
protected VKError |
mVkError |
protected android.webkit.WebView |
mWebView |
static java.lang.String |
VK_EXTRA_API_VERSION |
static java.lang.String |
VK_EXTRA_CLIENT_ID |
static java.lang.String |
VK_EXTRA_REVOKE |
static java.lang.String |
VK_EXTRA_SCOPE |
static java.lang.String |
VK_EXTRA_TOKEN_DATA |
static java.lang.String |
VK_EXTRA_VALIDATION_REQUEST |
static java.lang.String |
VK_RESULT_INTENT_NAME |
| Constructor and Description |
|---|
VKOpenAuthDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDismiss(android.content.DialogInterface dialog) |
void |
show(android.app.Activity activity,
android.os.Bundle bundle,
int reqCode,
VKError vkError) |
public static final java.lang.String VK_EXTRA_CLIENT_ID
public static final java.lang.String VK_EXTRA_SCOPE
public static final java.lang.String VK_EXTRA_API_VERSION
public static final java.lang.String VK_EXTRA_REVOKE
public static final java.lang.String VK_RESULT_INTENT_NAME
public static final java.lang.String VK_EXTRA_TOKEN_DATA
public static final java.lang.String VK_EXTRA_VALIDATION_REQUEST
@Nullable protected VKError mVkError
protected android.webkit.WebView mWebView
protected android.view.View mProgress
protected android.view.View mView
protected android.os.Bundle mBundle
protected android.content.Intent mData
protected int mResCode
protected int mReqCode
protected android.app.Dialog mDialog
public void show(@NonNull
android.app.Activity activity,
android.os.Bundle bundle,
int reqCode,
@Nullable
VKError vkError)
public void onDismiss(android.content.DialogInterface dialog)
onDismiss in interface android.content.DialogInterface.OnDismissListener