public class VcallInviteEditDialog extends BaseDialogFra implements android.view.View.OnClickListener
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
VcallInviteEditDialog.OnDialogCallBack |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
count |
static int |
COUNT_MAX |
int |
inviteCount |
mBaseHandlerhasSaveInstanceState| 构造器和说明 |
|---|
VcallInviteEditDialog() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
loading(boolean isShow) |
static VcallInviteEditDialog |
newInstance(java.lang.String vid,
android.content.Context mContext,
java.util.List<VcallInviteAdapter.User> mInviteList,
int inviteCount,
VcallInviteEditDialog.OnDialogCallBack onDialogCallBack) |
void |
onClick(android.view.View v) |
void |
onCreate(android.os.Bundle savedInstanceState) |
android.app.Dialog |
onCreateDialog(android.os.Bundle savedInstanceState) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
onDestroy() |
void |
onDismiss(android.content.DialogInterface dialog) |
isActivityAlivedismiss, dismissAllowingStateLoss, onAttach, onResume, onSaveInstanceState, onViewCreated, showgetDialog, getShowsDialog, getTheme, isCancelable, onActivityCreated, onAttach, onCancel, onDestroyView, onDetach, onGetLayoutInflater, onStart, onStop, requireDialog, setCancelable, setShowsDialog, setStyle, setupDialog, show, showNowdump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getDefaultViewModelProviderFactory, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLayoutInflater, getLifecycle, getLoaderManager, getParentFragment, getParentFragmentManager, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSavedStateRegistry, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, getViewLifecycleOwner, getViewLifecycleOwnerLiveData, getViewModelStore, hashCode, hasOptionsMenu, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isMenuVisible, isRemoving, isResumed, isStateSaved, isVisible, onActivityResult, onAttachFragment, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onDestroyOptionsMenu, onHiddenChanged, onInflate, onInflate, onLowMemory, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPictureInPictureModeChanged, onPrepareOptionsMenu, onPrimaryNavigationFragmentChanged, onRequestPermissionsResult, onViewStateRestored, postponeEnterTransition, postponeEnterTransition, registerForContextMenu, requestPermissions, requireActivity, requireArguments, requireContext, requireFragmentManager, requireHost, requireParentFragment, requireView, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult, startPostponedEnterTransition, toString, unregisterForContextMenupublic static int count
public int inviteCount
public static final int COUNT_MAX
public static VcallInviteEditDialog newInstance(java.lang.String vid, android.content.Context mContext, java.util.List<VcallInviteAdapter.User> mInviteList, int inviteCount, VcallInviteEditDialog.OnDialogCallBack onDialogCallBack)
public android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)
onCreateDialog 在类中 BaseDialogFra@Nullable
public android.view.View onCreateView(android.view.LayoutInflater inflater,
@Nullable
android.view.ViewGroup container,
@Nullable
android.os.Bundle savedInstanceState)
onCreateView 在类中 androidx.fragment.app.Fragmentpublic void loading(boolean isShow)
public void onClick(android.view.View v)
onClick 在接口中 android.view.View.OnClickListenerpublic void onCreate(@Nullable
android.os.Bundle savedInstanceState)
onCreate 在类中 androidx.fragment.app.DialogFragmentpublic void onDestroy()
onDestroy 在类中 androidx.fragment.app.Fragmentpublic void onDismiss(android.content.DialogInterface dialog)
onDismiss 在接口中 android.content.DialogInterface.OnDismissListeneronDismiss 在类中 androidx.fragment.app.DialogFragment