Add API to notify adaptor that scene has been created
[platform/core/uifw/dali-adaptor.git] / adaptors / integration-api / adaptor.h
index 6ac79ea..d5a1826 100644 (file)
@@ -247,6 +247,13 @@ public:
   static bool IsAvailable();
 
   /**
+   * @brief Call this method to notify Dali when scene is created and initialized.
+   *
+   * Notify Adaptor that the scene has been created.
+   */
+  void NotifySceneCreated();
+
+  /**
    * @brief Call this method to notify Dali when the system language changes.
    *
    * Use this only when NOT using Dali::Application, As Application created using