public class LineAuthenticationActivity
extends Activity
| Constructor and Description |
|---|
LineAuthenticationActivity() |
| Modifier and Type | Method and Description |
|---|---|
static Intent |
getLoginIntent(Context context,
LineAuthenticationConfig config,
LineAuthenticationParams params) |
static LineLoginResult |
getResultFromIntent(Intent intent) |
protected void |
onActivityResult(int requestCode,
int resultCode,
Intent data) |
protected void |
onCreate(Bundle savedInstanceState) |
protected void |
onNewIntent(Intent intent) |
protected void |
onResume() |
protected void |
onSaveInstanceState(Bundle outState) |
protected void |
onStop() |
@NonNull
public static Intent getLoginIntent(@NonNull
Context context,
@NonNull
LineAuthenticationConfig config,
@NonNull
LineAuthenticationParams params)
@NonNull public static LineLoginResult getResultFromIntent(@NonNull Intent intent)
protected void onCreate(Bundle savedInstanceState)
protected void onResume()
protected void onStop()
protected void onNewIntent(Intent intent)
protected void onActivityResult(int requestCode,
int resultCode,
Intent data)
protected void onSaveInstanceState(Bundle outState)