지원 / Support
home
디스코드 / Discord
home

SDK Termination

To clear the currently used resources after using STOVE Service, call the StovePC.Uninitialize method.
Enter the code piece below in the ButtonUninitialize_Click method.
sdkResult = StovePC.Uninitialize();
Plain Text
복사