Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TCSACR-602][Shortcut] Deprecate Shortcut apis #6319

Merged
merged 4 commits into from
Sep 26, 2024

Conversation

sukhyungkang
Copy link
Collaborator

Description of Change
Deprecate Shortcut API

API Changes

  • TCSACR-602

@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Sep 11, 2024
@sukhyungkang sukhyungkang changed the title Shourtcut deprecate [TCSACR-602][Shortcut] Deprecate Shortcut apis Sep 11, 2024
@TizenAPI-Bot
Copy link
Collaborator

Build Error:

src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(37,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(37,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(37,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(37,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(44,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(44,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs(44,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs(44,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs(37,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs(37,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutEventEnumerations.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutEventEnumerations.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(37,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(37,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(44,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs(44,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(37,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(37,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(44,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(44,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(51,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(51,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(37,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(37,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(58,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs(58,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(44,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs(37,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs(44,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs(37,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutEnumerations.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutEnumerations.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutEnumerations.cs(100,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutEnumerations.cs(100,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/HomeShortcutInfo.cs(23,6): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/HomeShortcutInfo.cs(23,6): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/HomeShortcutInfo.cs(30,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/HomeShortcutInfo.cs(30,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj]

@TizenAPI-Bot
Copy link
Collaborator

Public API Changed

Please follow the ACR process for the changed API below.

Added: 0, Removed: 0, Changed: 45

Changed

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.HomeShortcutAddedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.HomeShortcutAddedInfo::AppId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.HomeShortcutAddedInfo::Uri()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.HomeShortcutInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.HomeShortcutInfo::Uri()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutAdded

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutAddedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Boolean Tizen.Applications.Shortcut.ShortcutAddedInfo::IsAllowDuplicate()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutAddedInfo::IconPath()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutAddedInfo::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutDeleted

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutDeletedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutDeletedInfo::AppId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutDeletedInfo::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutError

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutEventManager

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Collections.Generic.IEnumerable`1<Tizen.Applications.Shortcut.ShortcutTemplate> Tizen.Applications.Shortcut.ShortcutEventManager::GetTemplateList(System.String)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::RegisterEventHandler(Tizen.Applications.Shortcut.ShortcutAdded)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::RegisterEventHandler(Tizen.Applications.Shortcut.ShortcutDeleted)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::UnregisterEventHandler(Tizen.Applications.Shortcut.ShortcutAdded)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::UnregisterEventHandler(Tizen.Applications.Shortcut.ShortcutDeleted)

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Boolean Tizen.Applications.Shortcut.ShortcutInfo::IsAllowDuplicate()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutInfo::IconPath()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutInfo::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutManager

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Add(Tizen.Applications.Shortcut.HomeShortcutInfo)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Add(Tizen.Applications.Shortcut.WidgetShortcutInfo)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Delete(System.String)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Delete(Tizen.Applications.Shortcut.ShortcutInfo)

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutTemplate

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::AppId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::ExtraData()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::ExtraKey()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::IconPath()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutWidgetSize

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.WidgetShortcutAddedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Double Tizen.Applications.Shortcut.WidgetShortcutAddedInfo::Period()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.WidgetShortcutAddedInfo::WidgetId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutWidgetSize Tizen.Applications.Shortcut.WidgetShortcutAddedInfo::WidgetSize()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.WidgetShortcutInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Double Tizen.Applications.Shortcut.WidgetShortcutInfo::Period()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.WidgetShortcutInfo::WidgetId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutWidgetSize Tizen.Applications.Shortcut.WidgetShortcutInfo::WidgetSize()

@TizenAPI-Bot
Copy link
Collaborator

Public API Changed

Please follow the ACR process for the changed API below.

Added: 0, Removed: 0, Changed: 45

Changed

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.HomeShortcutAddedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.HomeShortcutAddedInfo::AppId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.HomeShortcutAddedInfo::Uri()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.HomeShortcutInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.HomeShortcutInfo::Uri()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutAdded

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutAddedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Boolean Tizen.Applications.Shortcut.ShortcutAddedInfo::IsAllowDuplicate()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutAddedInfo::IconPath()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutAddedInfo::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutDeleted

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutDeletedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutDeletedInfo::AppId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutDeletedInfo::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutError

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutEventManager

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Collections.Generic.IEnumerable`1<Tizen.Applications.Shortcut.ShortcutTemplate> Tizen.Applications.Shortcut.ShortcutEventManager::GetTemplateList(System.String)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::RegisterEventHandler(Tizen.Applications.Shortcut.ShortcutAdded)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::RegisterEventHandler(Tizen.Applications.Shortcut.ShortcutDeleted)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::UnregisterEventHandler(Tizen.Applications.Shortcut.ShortcutAdded)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutEventManager::UnregisterEventHandler(Tizen.Applications.Shortcut.ShortcutDeleted)

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Boolean Tizen.Applications.Shortcut.ShortcutInfo::IsAllowDuplicate()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutInfo::IconPath()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutInfo::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutManager

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Add(Tizen.Applications.Shortcut.HomeShortcutInfo)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Add(Tizen.Applications.Shortcut.WidgetShortcutInfo)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Delete(System.String)

/// <privilege>http://tizen.org/privilege/shortcut</privilege
/// <privilege>http://tizen.org/feature/shortcut</privilege
/// <since_tizen>4</since_tizen
+ [Obsolete]
static System.Void Tizen.Applications.Shortcut.ShortcutManager::Delete(Tizen.Applications.Shortcut.ShortcutInfo)

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutTemplate

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::AppId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::ExtraData()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::ExtraKey()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::IconPath()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.ShortcutTemplate::ShortcutName()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutWidgetSize

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.WidgetShortcutAddedInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Double Tizen.Applications.Shortcut.WidgetShortcutAddedInfo::Period()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.WidgetShortcutAddedInfo::WidgetId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutWidgetSize Tizen.Applications.Shortcut.WidgetShortcutAddedInfo::WidgetSize()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.WidgetShortcutInfo

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.Double Tizen.Applications.Shortcut.WidgetShortcutInfo::Period()

/// <since_tizen>4</since_tizen
+ [Obsolete]
System.String Tizen.Applications.Shortcut.WidgetShortcutInfo::WidgetId()

/// <since_tizen>4</since_tizen
+ [Obsolete]
Tizen.Applications.Shortcut.ShortcutWidgetSize Tizen.Applications.Shortcut.WidgetShortcutInfo::WidgetSize()

@sukhyungkang sukhyungkang merged commit b9723f9 into Samsung:master Sep 26, 2024
3 checks passed
hinohie pushed a commit to hinohie/TizenFX that referenced this pull request Oct 10, 2024
* Deprecate shortcut API

Signed-off-by: SukhyungKang <[email protected]>

* [TCSACR-602][Shortcut] Deprecate Shortcut apis

Signed-off-by: SukhyungKang <[email protected]>

---------

Signed-off-by: SukhyungKang <[email protected]>
hinohie pushed a commit that referenced this pull request Oct 10, 2024
* Deprecate shortcut API

Signed-off-by: SukhyungKang <[email protected]>

* [TCSACR-602][Shortcut] Deprecate Shortcut apis

Signed-off-by: SukhyungKang <[email protected]>

---------

Signed-off-by: SukhyungKang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ACR Required API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants