equal
deleted
inserted
replaced
429 * be available in the Windows Settings charm, as accessed from within the app. |
429 * be available in the Windows Settings charm, as accessed from within the app. |
430 * SDL provides code to add a URL-based link there, which can point to the app's |
430 * SDL provides code to add a URL-based link there, which can point to the app's |
431 * privacy policy. |
431 * privacy policy. |
432 * |
432 * |
433 * To setup a URL to an app's privacy policy, set SDL_HINT_WINRT_PRIVACY_POLICY_URL |
433 * To setup a URL to an app's privacy policy, set SDL_HINT_WINRT_PRIVACY_POLICY_URL |
434 * before calling any SDL_Init functions. The contents of the hint should |
434 * before calling any SDL_Init() functions. The contents of the hint should |
435 * be a valid URL. For example, "http://www.example.com". |
435 * be a valid URL. For example, "http://www.example.com". |
436 * |
436 * |
437 * The default value is "", which will prevent SDL from adding a privacy policy |
437 * The default value is "", which will prevent SDL from adding a privacy policy |
438 * link to the Settings charm. This hint should only be set during app init. |
438 * link to the Settings charm. This hint should only be set during app init. |
439 * |
439 * |
459 * policy. |
459 * policy. |
460 * |
460 * |
461 * The contents of this hint should be encoded as a UTF8 string. |
461 * The contents of this hint should be encoded as a UTF8 string. |
462 * |
462 * |
463 * The default value is "Privacy Policy". This hint should only be set during app |
463 * The default value is "Privacy Policy". This hint should only be set during app |
464 * initialization, preferably before any calls to SDL_Init. |
464 * initialization, preferably before any calls to SDL_Init(). |
465 * |
465 * |
466 * For additional information on linking to a privacy policy, see the documentation for |
466 * For additional information on linking to a privacy policy, see the documentation for |
467 * SDL_HINT_WINRT_PRIVACY_POLICY_URL. |
467 * SDL_HINT_WINRT_PRIVACY_POLICY_URL. |
468 */ |
468 */ |
469 #define SDL_HINT_WINRT_PRIVACY_POLICY_LABEL "SDL_WINRT_PRIVACY_POLICY_LABEL" |
469 #define SDL_HINT_WINRT_PRIVACY_POLICY_LABEL "SDL_WINRT_PRIVACY_POLICY_LABEL" |