Inheritance: 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;
 }