상속: IOnMapReadyCallback, Android.Support.V7.View.ActionMode.ICallback, ClusterManager.IOnClusterClickListener, ClusterManager.IOnClusterItemClickListener
예제 #1
0
 public HomeButtonClickListener(MainActivity context)
 {
     _context = context;
 }
예제 #2
0
 public CustomDrawerToggle(MainActivity context)
 {
     _context = context;
 }
예제 #3
0
 public NavigationItemSelectedListener(MainActivity context)
 {
     _context = context;
 }