public interface IAppboyNavigator
Modifier and Type | Interface and Description |
---|---|
static class |
IAppboyNavigator.IntentFlagPurpose |
Modifier and Type | Method and Description |
---|---|
int |
getIntentFlags(IAppboyNavigator.IntentFlagPurpose intentFlagPurpose)
Get the flag mask used for
Intent.setFlags(int) based
on the Intent usage. |
void |
gotoNewsFeed(android.content.Context context,
NewsfeedAction newsfeedAction)
This delegate method will be called when Braze wants to display the news feed.
|
void |
gotoUri(android.content.Context context,
UriAction uriAction)
This delegate method will be called when Braze wants to navigate to a particular URI.
|
void gotoNewsFeed(android.content.Context context, NewsfeedAction newsfeedAction)
context
- The current context.newsfeedAction
- The news feed action to execute.void gotoUri(android.content.Context context, UriAction uriAction)
AppboyNavigator
.context
- The current context.uriAction
- The Uri action to execute.int getIntentFlags(IAppboyNavigator.IntentFlagPurpose intentFlagPurpose)
Intent.setFlags(int)
based
on the Intent usage.