类 RealmMigrationNeededException

    • 构造函数详细信息

      • RealmMigrationNeededException

        public RealmMigrationNeededException​( String canonicalRealmPath, String DetailsMessage)
    • 方法详细信息

      • getPath

        public String getPath()
        返回需要迁移的 Realm 文件的规范路径。

        这可用于在迁移期间轻松引用:

        返回:
        Realm 文件的规范路径。
        另请参阅:
        File.getCanonicalPath()