Home
last modified time | relevance | path

Searched refs:currentSession (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned/sdk48/ExpoMailComposer/
H A DMailComposerModule.swift8 var currentSession: MailComposingSession? variable
19 guard self.currentSession == nil else { in definition()
30 self.currentSession = session in definition()
36 self.currentSession = nil in definition()
/expo/ios/versioned/sdk49/ExpoMailComposer/
H A DMailComposerModule.swift8 var currentSession: MailComposingSession? variable
19 guard self.currentSession == nil else { in definition()
30 self.currentSession = session in definition()
36 self.currentSession = nil in definition()
/expo/packages/expo-mail-composer/ios/
H A DMailComposerModule.swift8 var currentSession: MailComposingSession? variable
19 guard self.currentSession == nil else { in definition()
30 self.currentSession = session in definition()
36 self.currentSession = nil in definition()
/expo/ios/versioned/sdk47/ExpoMailComposer/
H A DMailComposerModule.swift8 var currentSession: MailComposingSession? variable
19 guard self.currentSession == nil else { in definition()
30 self.currentSession = session in definition()
36 self.currentSession = nil in definition()