public interface IntentCreationListener
- This listener can be added on theFullScreenManager
by using theFullScreenManager.addFullScreenIntentCreationListener(IntentCreationListener)
method.
Modifier and Type | Method and Description |
---|---|
void |
onCreateIntent(Intent intent)
Called when the intent is created.
|
void onCreateIntent(Intent intent)
intent
- The newly created intent.- This method can be used to pass extra parameters to the intent.