- Actors() - Constructor for class com.release.muvisdk.apiModel.outputModel.RelatedContentOutputModel.Casts.Actors
-
- addBodyParams(LinkedHashMap<String, String>, String) - Method in class com.release.muvisdk.OkHttpRequester
-
- AddContentRatingAsync - Class in com.release.muvisdk.apiController
-
This class allows the users to rate their favorite contents.
- AddContentRatingAsync(AddContentRatingInputModel, AddContentRatingAsync.AddContentRatingListener, Context) - Constructor for class com.release.muvisdk.apiController.AddContentRatingAsync
-
Constructor to initialise the private data members.
- AddContentRatingAsync.AddContentRatingListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AddContentRatingAsynTask to run some code when get
responses.
- AddContentRatingInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For AddContentRatingAsynTask
- AddContentRatingInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AddContentRatingInputModel
-
- AddContentRatingOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For AddContentRatingAsync
- AddContentRatingOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AddContentRatingOutputModel
-
- AddGuestUserAsync - Class in com.release.muvisdk.apiController
-
This Class used to add a guest user.
- AddGuestUserAsync(AddGuestUserInputModel, AddGuestUserAsync.AddGuestUserListener, Context) - Constructor for class com.release.muvisdk.apiController.AddGuestUserAsync
-
Constructor to initialise the private data members.
- AddGuestUserAsync.AddGuestUserListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AddToFollowAsync to run some code when get
responses.
- AddGuestUserInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For the AddGuestUserAsync
- AddGuestUserInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AddGuestUserInputModel
-
- AddGuestUserOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For AddGuestUserAsync
- AddGuestUserOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AddGuestUserOutputModel
-
- addHeaderParams(LinkedHashMap<String, String>, String) - Method in class com.release.muvisdk.OkHttpRequester
-
- AddToFavAsync - Class in com.release.muvisdk.apiController
-
This class is responsible for adding your content to your favourite list.
- AddToFavAsync(AddToFavInputModel, AddToFavAsync.AddToFavListener, Context) - Constructor for class com.release.muvisdk.apiController.AddToFavAsync
-
Constructor to initialise the private data members.
- AddToFavAsync.AddToFavListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AddToFavAsync to run some code when get
responses.
- AddToFavInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For AddToFavAsync
- AddToFavInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AddToFavInputModel
-
- AddToFavOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For AddToFavAsync
- AddToFavOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AddToFavOutputModel
-
- AddToFollowAsync - Class in com.release.muvisdk.apiController
-
By using this class you can follow a multipart content, a category and a cast.
- AddToFollowAsync(AddToFollowInputModel, AddToFollowAsync.AddToFollowListener, Context) - Constructor for class com.release.muvisdk.apiController.AddToFollowAsync
-
Constructor to initialise the private data members.
- AddToFollowAsync.AddToFollowListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AddToFollowAsync to run some code when get
responses.
- AddToFollowInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For AddToFollowAsync
User needs to provide follow_type (1=Category, 2=Cast and Crew, 3=Multipart Content) and uniq_id for follow.
- AddToFollowInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AddToFollowInputModel
-
Default constructor
- AddToFollowInputModel(String, String, String, String, String, String) - Constructor for class com.release.muvisdk.apiModel.inputModel.AddToFollowInputModel
-
- AddToFollowOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For AddToFavAsync
- AddToFollowOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AddToFollowOutputModel
-
- AddToNewPlaylistAsync - Class in com.release.muvisdk.apiController
-
This Class is used for creating new playlist.
- AddToNewPlaylistAsync(NewPlaylistInput, Context, AddToNewPlaylistAsync.AddToNewPlaylistListener) - Constructor for class com.release.muvisdk.apiController.AddToNewPlaylistAsync
-
Constructor to initialise the private data members.
- AddToNewPlaylistAsync.AddToNewPlaylistListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AddToNewPlaylistAsyncTask to run some code when get
responses.
- AddToPlaylistAsync - Class in com.release.muvisdk.apiController
-
This class is used for adding content to existing playlist.
- AddToPlaylistAsync(AddToPLayListInputModel, AddToPlaylistAsync.AddToPlaylistListener, Context) - Constructor for class com.release.muvisdk.apiController.AddToPlaylistAsync
-
- AddToPlaylistAsync.AddToPlaylistListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AsyncAddToPlaylist to run some code when get
responses.
- AddToPLayListInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For the AddToPlaylistAsync
- AddToPLayListInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AddToPLayListInputModel
-
- AddToPLayListInputModel(String, String, String, String, String, String) - Constructor for class com.release.muvisdk.apiModel.inputModel.AddToPLayListInputModel
-
- AddToPlaylistOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For AddToPlaylistAsync
- AddToPlaylistOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AddToPlaylistOutputModel
-
- AddToUnFollowAsync - Class in com.release.muvisdk.apiController
-
This Class helps user to un follow a multipart content, a cast and a category.
- AddToUnFollowAsync(AddToUnFollowInputModel, AddToUnFollowAsync.AddToUnFollowListener, Context) - Constructor for class com.release.muvisdk.apiController.AddToUnFollowAsync
-
Constructor to initialise the private data members.
- AddToUnFollowAsync.AddToUnFollowListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AddToFollowAsync to run some code when get
responses.
- AddToUnFollowInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For AddToFavAsync
- AddToUnFollowInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AddToUnFollowInputModel
-
- AddToUnFollowOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For AddToUnFollowAsync
- AddToUnFollowOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AddToUnFollowOutputModel
-
- Allposters() - Constructor for class com.release.muvisdk.apiModel.outputModel.ContentDetailsOutput.Allposters
-
- Allposters() - Constructor for class com.release.muvisdk.apiModel.outputModel.ContentListOutputModel.Allposters
-
- APIUrlConstant - Class in com.release.muvisdk
-
Class contains all the APIs end points
- APIUrlConstant() - Constructor for class com.release.muvisdk.APIUrlConstant
-
- AppFeatureContentOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For GetFeatureContentAsync
- AppFeatureContentOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AppFeatureContentOutputModel
-
- AppFeatureContentOutputModel.Section - Class in com.release.muvisdk.apiModel.outputModel
-
- AppHomeFeatureInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For ContactUsAsynTask
- AppHomeFeatureInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AppHomeFeatureInputModel
-
- AppHomeFeatureOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For GetAppHomeFeatureAsync
- AppHomeFeatureOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AppHomeFeatureOutputModel
-
- AppHomeFeatureOutputModel.BannerSectionList - Class in com.release.muvisdk.apiModel.outputModel
-
- AppHomeFeatureOutputModel.Data - Class in com.release.muvisdk.apiModel.outputModel
-
- AppHomeFeatureOutputModel.SectionName - Class in com.release.muvisdk.apiModel.outputModel
-
- AppHomeFeaturePostExecute(AppHomeFeatureOutputModel, int, String, String) - Method in interface com.release.muvisdk.apiController.GetAppHomeFeatureAsync.AppHomeFeature
-
- AppHomeFeaturePreExecute() - Method in interface com.release.muvisdk.apiController.GetAppHomeFeatureAsync.AppHomeFeature
-
This method will be invoked before controller start execution.
- AppHomePageOutput - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For GetAppHomePageAsync
- AppHomePageOutput() - Constructor for class com.release.muvisdk.apiModel.outputModel.AppHomePageOutput
-
- AppMenuOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For GetAppMenuAsync
- AppMenuOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AppMenuOutputModel
-
- AppMenuOutputModel.Child - Class in com.release.muvisdk.apiModel.outputModel
-
- AppMenuOutputModel.MenuItems - Class in com.release.muvisdk.apiModel.outputModel
-
- APVModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Output Attributes For GetEpisodeDetailsAsynTask
- APVModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.APVModel
-
- AuthUserPaymentInfoAsync - Class in com.release.muvisdk.apiController
-
This class is responsible to validate card information during payment process.
- AuthUserPaymentInfoAsync(AuthUserPaymentInfoInputModel, AuthUserPaymentInfoAsync.AuthUserPaymentInfoListener, Context) - Constructor for class com.release.muvisdk.apiController.AuthUserPaymentInfoAsync
-
Constructor to initialise the private data members.
- AuthUserPaymentInfoAsync.AuthUserPaymentInfoListener - Interface in com.release.muvisdk.apiController
-
Interface used to allow the caller of a AuthUserPaymentInfoAsyntask to run some code when get
responses.
- AuthUserPaymentInfoInputModel - Class in com.release.muvisdk.apiModel.inputModel
-
This Model Class Holds All The Input Attributes For AuthUserPaymentInfoAsyncTask
- AuthUserPaymentInfoInputModel() - Constructor for class com.release.muvisdk.apiModel.inputModel.AuthUserPaymentInfoInputModel
-
- AuthUserPaymentInfoOutputModel - Class in com.release.muvisdk.apiModel.outputModel
-
This Model Class Holds All The Output Attributes For AuthUserPaymentInfoAsyncTask
- AuthUserPaymentInfoOutputModel() - Constructor for class com.release.muvisdk.apiModel.outputModel.AuthUserPaymentInfoOutputModel
-