Unity Push HandlingCopy PageGet Initial Notification To run a logic after user click on notification, use the OnNotificationClicked method. C#using System; using RetenoSdk; public class YourClass : MonoBehaviour { void OnApplicationFocus(bool hasFocus) { RetenoSdk.OnNotificationClicked(); } }Updated 12 months ago Unity User BehaviourUnity Example ProjectDid this page help you?YesNo