miniapp / com.rakuten.tech.mobile.miniapp.permission / MiniAppCustomPermissionResponse
MiniAppCustomPermissionResponse
data class MiniAppCustomPermissionResponse
A data class to prepare the json response of custom permissions to be sent from this SDK.
Types
| CustomPermissionResponseObj | A data class to hold the json elements to be sent as inside the response.data class CustomPermissionResponseObj |
Constructors
| <init> | A data class to prepare the json response of custom permissions to be sent from this SDK.MiniAppCustomPermissionResponse(permissions: ArrayList<CustomPermissionResponseObj>) |
Properties
| permissions | val permissions: ArrayList<CustomPermissionResponseObj> |