InvitationObserverActions.swift 395 B

1234567891011121314
  1. //
  2. // Untitled.swift
  3. // Pods
  4. //
  5. // Created by janejntang on 2024/11/21.
  6. //
  7. enum InvitationObserverActions {
  8. static let key = "action.invitationObserver"
  9. static let playCallingBellAndVibration = ActionTemplate(id: key.appending(".playCallingBellAndVibration"))
  10. static let stopCallingBellAndVibration = ActionTemplate(id: key.appending(".stopCallingBellAndVibration"))
  11. }