You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param fileName a String value representing the name that will be used to store the file in the head unit. You can pass null if you want the library to auto generate the name
69
+
* @param fileType a FileType enum value representing the type of the file
70
+
* @param uri a URI value representing a file's location. Currently, it only supports local files
71
+
* @param persistentFile a boolean value that indicates if the file is meant to persist between sessions / ignition cycles
* @param fileName a String value representing the name that will be used to store the file in the head unit. You can pass null if you want the library to auto generate the name
* @param fileName a String value representing the name that will be used to store the file in the head unit. You can pass null if you want the library to auto generate the name
80
+
* @param fileType a FileType enum value representing the type of the file
81
+
* @param uri a URI value representing a file's location. Currently, it only supports local files
82
+
* @param persistentFile a boolean value that indicates if the file is meant to persist between sessions / ignition cycles
* @param fileName a String value representing the name that will be used to store the file in the head unit. You can pass null if you want the library to auto generate the name
@@ -109,6 +125,8 @@ public void setName(String fileName) {
0 commit comments