public class ActivityResult
extends java.lang.Object
| Constructor and Description |
|---|
ActivityResult(int resultCode,
android.content.Intent data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
android.content.Intent |
getData() |
int |
getResultCode() |
int |
hashCode() |
boolean |
isCanceled() |
boolean |
isFirstUser() |
boolean |
isOk() |
java.lang.String |
toString() |
public ActivityResult(int resultCode,
android.content.Intent data)
public int getResultCode()
public android.content.Intent getData()
public boolean isOk()
public boolean isCanceled()
public boolean isFirstUser()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object