OfflineGeofenceBroadcastReceiver

Extend this class and register it in your AndroidManifest.xml. Overwrite onGeofenceTriggered() method with your implementation. For example:

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSentFromUid(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun onGeofenceTriggered(context: Context, offlineGeofenceId: OfflineGeofenceId)
Link copied to clipboard
open fun onReceive(context: Context, intent: Intent)
Link copied to clipboard
open fun peekService(myContext: Context, service: Intent): IBinder
Link copied to clipboard
Link copied to clipboard
fun setOrderedHint(isOrdered: Boolean)
Link copied to clipboard
fun setResult(code: Int, data: String, extras: Bundle)
Link copied to clipboard
fun setResultCode(code: Int)
Link copied to clipboard
Link copied to clipboard
fun setResultExtras(extras: Bundle)