Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdk-public
unity_sdk_demo
Commits
cde7eb69
Commit
cde7eb69
authored
Oct 17, 2025
by
gaorui
Browse files
feat(app ): 自定义退出接口需游戏实现退出弹窗
parent
b97fb3f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Assets/Plugins/Android/libs/launcher-release.aar
View file @
cde7eb69
No preview for this file type
Assets/Scripts/demo/ui/HoolaiListener.cs
View file @
cde7eb69
...
...
@@ -98,6 +98,6 @@ public class HoolaiListener : IPlatformCallbackListener
public
void
OnCustomExit
()
{
NativeLogger
.
I
(
"Game_Unity_Callback"
,
$"OnCustomExit"
);
NativeLogger
.
I
(
"Game_Unity_Callback"
,
$"OnCustomExit
show Game Exit Dialog!
"
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment