Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
123456789101112 |
- import { getSdkBundlePath } from '../../app';
-
- /**
- * Returns the location of the sounds. On iOS it's the location of the SDK
- * bundle on the phone. Each sound file must be added to the SDK's XCode project
- * in order to be bundled correctly.
- *
- * @returns {string}
- */
- export function getSoundsPath() {
- return getSdkBundlePath();
- }
|