com.pax.neptunelite.api

Class NeptuneLiteUser

  • java.lang.Object
    • com.pax.neptunelite.api.NeptuneLiteUser
    • Method Detail

      • getDal

        public IDAL getDal(android.content.Context context)
                    throws java.lang.Exception
        get DAL interface
        获取DAL句柄
        Parameters:
        context -
        Returns:
        Throws:
        java.lang.Exception
      • getDalWithProcessSafe

        public IDAL getDalWithProcessSafe(android.content.Context context)
                                   throws java.lang.Exception
        在多线程安全下获取的IDAL。
        Get IDAL under multi-process security.
        Parameters:
        context - context
        Returns:
        IDAL
        Throws:
        java.lang.Exception - Exception
        Since:
        V3.22.00