Class RequestConfiguration
- java.lang.Object
-
- com.zendesk.sdk.deeplinking.targets.RequestConfiguration
-
public class RequestConfiguration extends java.lang.Object
Class which holds the configuration to open an request by deep linking
-
-
Constructor Summary
Constructors Constructor and Description RequestConfiguration(java.lang.String requestId, java.lang.String subject, java.util.ArrayList<Intent> backStackActivities, Intent fallBackActivity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.ArrayList<Intent>
getBackStackActivities()
DeepLinkType
getDeepLinkType()
Intent
getFallbackActivity()
java.lang.String
getRequestId()
java.lang.String
getSubject()
-
-
-
Method Detail
-
getRequestId
public java.lang.String getRequestId()
-
getSubject
public java.lang.String getSubject()
-
getDeepLinkType
public DeepLinkType getDeepLinkType()
-
getBackStackActivities
public java.util.ArrayList<Intent> getBackStackActivities()
-
getFallbackActivity
public Intent getFallbackActivity()
-
-