public class PageInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
CookieMap |
cookieMap |
static PageInformation |
EMPTY |
String |
message |
String |
origin |
| Constructor and Description |
|---|
PageInformation(Context context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstMessage(PageInformation prevInfo,
String indent,
String... prefixes) |
boolean |
isSameOrigin(PageInformation other) |
public static final PageInformation EMPTY
public final String message
public final String origin
public final CookieMap cookieMap
public PageInformation(Context context)
public String getFirstMessage(PageInformation prevInfo, String indent, String... prefixes)
public boolean isSameOrigin(PageInformation other)
Copyright © 2016. All rights reserved.