public class LineAuthenticationParams
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
LineAuthenticationParams.BotPrompt
Represents an option to determine how to prompt the user to add a bot as a friend during the
login process.
|
static class |
LineAuthenticationParams.Builder
Represents a builder to construct LineAuthenticationParams objects.
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<LineAuthenticationParams> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
LineAuthenticationParams.BotPrompt |
getBotPrompt()
Gets the option to determine how to prompt the user to add a bot as a friend during the
login process.
|
java.util.List<Scope> |
getScopes()
Gets a list of scopes.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<LineAuthenticationParams> CREATOR
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelabledest - flags - public int describeContents()
describeContents in interface android.os.Parcelablepublic java.util.List<Scope> getScopes()
public LineAuthenticationParams.BotPrompt getBotPrompt()