- setAnimation(int) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
It sets the resource json to the com.airbnb.lottie.LottieAnimationView.
- setAnimation(String) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
It sets the json file to the com.airbnb.lottie.LottieAnimationView from assets.
- setAnimation(int) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
It sets the resource json to the com.airbnb.lottie.LottieAnimationView.
- setAnimation(String) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
It sets the json file to the com.airbnb.lottie.LottieAnimationView from assets.
- setCancelable(boolean) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
- setCancelable(boolean) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
- setMessage(String) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
- setMessage(String) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
- setNegativeButton(String, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
Sets the Negative Button to BottomSheet Material Dialog without icon.
- setNegativeButton(String, int, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
Sets the Negative Button to BottomSheet Material Dialog with icon
- setNegativeButton(String, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
Sets the Negative Button to Material Dialog without icon.
- setNegativeButton(String, int, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
Sets the Negative Button to Material Dialog with icon
- setOnCancelListener(OnCancelListener) - Method in class com.shreyaspatil.MaterialDialog.AbstractDialog
-
- setOnDismissListener(OnDismissListener) - Method in class com.shreyaspatil.MaterialDialog.AbstractDialog
-
- setOnShowListener(OnShowListener) - Method in class com.shreyaspatil.MaterialDialog.AbstractDialog
-
- setPositiveButton(String, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
Sets the Positive Button to BottomSheet Material Dialog without icon
- setPositiveButton(String, int, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
Sets the Positive Button to BottomSheet Material Dialog with icon
- setPositiveButton(String, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
Sets the Positive Button to Material Dialog without icon
- setPositiveButton(String, int, AbstractDialog.OnClickListener) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
Sets the Positive Button to Material Dialog with icon
- setTitle(String) - Method in class com.shreyaspatil.MaterialDialog.BottomSheetMaterialDialog.Builder
-
- setTitle(String) - Method in class com.shreyaspatil.MaterialDialog.MaterialDialog.Builder
-
- show() - Method in class com.shreyaspatil.MaterialDialog.AbstractDialog
-
Displays the Dialog