Package com.zendesk.sdk.requests
-
Class Summary Class Description RequestActivity This is a simple activity that will host aRequestListFragment
RequestListFragment A fragment which will list the currently open requests for a given user.ViewRequestActivity To launch the ViewRequest it accepts two Extras to be passed via the intent For more details: @see Intents and Intent Filters EXTRA_REQUEST_ID is a required extra, a long which references the request ID to be viewed.ViewRequestFragment ViewRequestFragment is used to present the comments of a given request.