public final class PostActivityStarter extends Object
Activity.| Constructor and Description |
|---|
PostActivityStarter(android.content.Context context)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
withAnimation(int enterAnim,
int exitAnim)
Call this to specify an explicit transition animation to perform next.
|
public PostActivityStarter(android.content.Context context)
context - the current Context which is used to start the
Activitypublic void withAnimation(int enterAnim,
int exitAnim)
Activity.overridePendingTransition(int, int), if the current context is an
Activity.enterAnim - A resource ID of the animation resource to use for the incoming
activity. Use 0 for no animation.exitAnim - A resource ID of the animation resource to use for the outgoing
activity. Use 0 for no animation.Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.