| Package | Description |
|---|---|
| org.androidannotations.api.builder |
| Modifier and Type | Method and Description |
|---|---|
PostActivityStarter |
ActivityStarter.start()
Starts the
Activity, by calling
Activity#startActivity(android.content.Intent) for the previously given
Context or Fragment or support Fragment
objects. |
PostActivityStarter |
ActivityIntentBuilder.start() |
PostActivityStarter |
ActivityStarter.startForResult(int requestCode)
Starts the
Activity for result, by calling
Activity#startActivityForResult(android.content.Intent, int) for the
previously given Context or Fragment or
support Fragment objects. |
abstract PostActivityStarter |
ActivityIntentBuilder.startForResult(int requestCode) |
Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.