MeshServiceNotifications

Functions

Link copied to clipboard
abstract fun cancelLowBatteryNotification(node: ERROR CLASS: Symbol not found for Node)
Link copied to clipboard
abstract fun cancelMessageNotification(contactKey: String)
Link copied to clipboard
abstract fun clearClientNotification(notification: ERROR CLASS: Symbol not found for ClientNotification)
Link copied to clipboard
abstract fun clearNotifications()
Link copied to clipboard
abstract fun initChannels()
Link copied to clipboard
abstract fun showAlertNotification(contactKey: String, name: String, alert: String)
Link copied to clipboard
abstract fun showClientNotification(clientNotification: ERROR CLASS: Symbol not found for ClientNotification)
Link copied to clipboard
abstract fun showNewNodeSeenNotification(node: ERROR CLASS: Symbol not found for Node)
Link copied to clipboard
abstract fun showOrUpdateLowBatteryNotification(node: ERROR CLASS: Symbol not found for Node, isRemote: Boolean)
Link copied to clipboard
abstract suspend fun updateMessageNotification(contactKey: String, name: String, message: String, isBroadcast: Boolean, channelName: String?, isSilent: Boolean = false)
Link copied to clipboard
abstract suspend fun updateReactionNotification(contactKey: String, name: String, emoji: String, isBroadcast: Boolean, channelName: String?, isSilent: Boolean = false)
Link copied to clipboard
abstract fun updateServiceStateNotification(summaryString: String?, telemetry: ERROR CLASS: Symbol not found for Telemetry??): Any
Link copied to clipboard
abstract suspend fun updateWaypointNotification(contactKey: String, name: String, message: String, waypointId: Int, isSilent: Boolean = false)