Package io.rong.imkit.feature.destruct
Class DestructHintDialog
-
- All Implemented Interfaces:
public class DestructHintDialog
BaseDialogFragment Created by lvhongzhen on 18/8/21.
-
-
Constructor Summary
Constructors Constructor Description DestructHintDialog()
-
Method Summary
Modifier and Type Method Description void
onCreate(Bundle savedInstanceState)
View
onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void
onActivityCreated(Bundle savedInstanceState)
void
show(FragmentManager manager)
void
onClick(View v)
-
-
Method Detail
-
onCreate
void onCreate(Bundle savedInstanceState)
-
onCreateView
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
-
onActivityCreated
void onActivityCreated(Bundle savedInstanceState)
-
show
void show(FragmentManager manager)
-
onClick
void onClick(View v)
-
-
-
-