iOS 中 "OnUserInteraction" 的等价物是什么
What is the equvalent of "OnUserInteraction" in iOS
我想知道 iOS 中是否有任何 android“OnUserInteraction”等价物。我想实现会话注销功能,所以我需要知道 OnUserInteraction 的任何等效功能。
在 iOS 中,您可以子类化 UIApplication
并覆盖 SendEvent
,如 here 所述。
我想知道 iOS 中是否有任何 android“OnUserInteraction”等价物。我想实现会话注销功能,所以我需要知道 OnUserInteraction 的任何等效功能。
在 iOS 中,您可以子类化 UIApplication
并覆盖 SendEvent
,如 here 所述。