| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        BroadcastReceiver | 
    
    
    
        
            |   | 
        
               ↳ | 
         	
        com.mapsted.geofence_offline.offline.OfflineGeofenceBroadcastReceiver | 
    
    
Class Overview
Extend this class and register it in your AndroidManifest.xml. Overwrite onGeofenceTriggered() method with your implementation.
 For example:
 
Summary
| 
  [Expand]
   Inherited Methods  | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
 
   
 
 | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      OfflineGeofenceBroadcastReceiver
      ()
    
      
    
 
Public Methods
 
    
      
        public 
         
         
        abstract 
         
        void
      
      onGeofenceTriggered
      (Context context, OfflineGeofenceId offlineGeofenceId)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      onReceive
      (Context context, Intent intent)