public static SPLASH(projectId: string, platform: Platform = Platform.ExplicitDefault): string {
        return APIURL.PROJECT(projectId) + APIURL._SPLASH + platform;
    }