on Permission View Data
권한고지팝업 데이터 통지용 리스너
listener for permission notification popup data notification
Parameters
Result of request for permission notice pop-up data.
Success means success, and AuthSkipPermissionView/AuthV4SkipPermissionView means that there is no need to expose the permission notice popup because it did show.
The check of the permission notification popup exposure history is determined by whether or not Auth.initialize()/AuthV4.setup() is called after the permission notification popup data request.
If the app is restarted without calling Auth.initialize()/AuthV4.setup() even if the permission notification popup data request is made and the data is received through this listener,
When requesting permission notice pop-up data, it is judged that it is necessary to provide data and a Success response is delivered.
Data to expose in the permission notice popup.
Data exists only if result is Success.