[Sticker][TCSACR-481] Add Sticker APIs (#3948)
authorInhong <inhong1.han@samsung.com>
Thu, 7 Apr 2022 02:51:06 +0000 (11:51 +0900)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 02:51:06 +0000 (11:51 +0900)
commitba0fdc43c0b8ceda6367f6f73754242be0b0211a
tree01062b4947d07422b5fd649fd31e6c78b9a6adf3
parent7ab6208d400f5b0fa7db7e1c5c3fb5528c9f0cd5
[Sticker][TCSACR-481] Add Sticker APIs (#3948)
14 files changed:
src/Tizen.Uix.Sticker/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Interop/Interop.StickerConsumer.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Interop/Interop.StickerData.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Interop/Interop.StickerProvider.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker.csproj [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker.sln [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/DeletedEventArgs.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/ExceptionFactory.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/GroupImage.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/InsertedEventArgs.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/StickerConsumer.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/StickerData.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/StickerProvider.cs [new file with mode: 0644]
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/UpdatedEventArgs.cs [new file with mode: 0644]