Home
last modified time | relevance | path

Searched refs:ExpoAppDelegateSubscriberProtocol (Results 1 – 8 of 8) sorted by relevance

/expo/ios/versioned/sdk47/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegateSubscriber.swift19 public protocol ExpoAppDelegateSubscriberProtocol: UIApplicationDelegate {} protocol
24 …alias ExpoAppDelegateSubscriber = BaseExpoAppDelegateSubscriber & ExpoAppDelegateSubscriberProtocol
H A DExpoAppDelegate.swift5 var subscribers = [ExpoAppDelegateSubscriberProtocol]()
303 public static func registerSubscriber(_ subscriber: ExpoAppDelegateSubscriberProtocol) { in registerSubscriber()
311 public static func getSubscriber(_ name: String) -> ExpoAppDelegateSubscriberProtocol? { in getSubscriber()
/expo/packages/expo-modules-core/ios/AppDelegates/
H A DExpoAppDelegateSubscriber.swift19 public protocol ExpoAppDelegateSubscriberProtocol: UIApplicationDelegate {} protocol
24 …alias ExpoAppDelegateSubscriber = BaseExpoAppDelegateSubscriber & ExpoAppDelegateSubscriberProtocol
H A DExpoAppDelegate.swift5 var subscribers = [ExpoAppDelegateSubscriberProtocol]()
330 public static func registerSubscriber(_ subscriber: ExpoAppDelegateSubscriberProtocol) { in registerSubscriber()
338 public static func getSubscriber(_ name: String) -> ExpoAppDelegateSubscriberProtocol? { in getSubscriber()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegateSubscriber.swift19 public protocol ExpoAppDelegateSubscriberProtocol: UIApplicationDelegate {} protocol
24 …alias ExpoAppDelegateSubscriber = BaseExpoAppDelegateSubscriber & ExpoAppDelegateSubscriberProtocol
H A DExpoAppDelegate.swift5 var subscribers = [ExpoAppDelegateSubscriberProtocol]()
326 public static func registerSubscriber(_ subscriber: ExpoAppDelegateSubscriberProtocol) { in registerSubscriber()
334 public static func getSubscriber(_ name: String) -> ExpoAppDelegateSubscriberProtocol? { in getSubscriber()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegateSubscriber.swift19 public protocol ExpoAppDelegateSubscriberProtocol: UIApplicationDelegate {} protocol
24 …alias ExpoAppDelegateSubscriber = BaseExpoAppDelegateSubscriber & ExpoAppDelegateSubscriberProtocol
H A DExpoAppDelegate.swift5 var subscribers = [ExpoAppDelegateSubscriberProtocol]()
303 public static func registerSubscriber(_ subscriber: ExpoAppDelegateSubscriberProtocol) { in registerSubscriber()
311 public static func getSubscriber(_ name: String) -> ExpoAppDelegateSubscriberProtocol? { in getSubscriber()