Facebook Channel Properties Response
data class FacebookChannelPropertiesResponse(val appId: String, val appSecret: String? = null, val callbackUrl: String, val isEnabled: Boolean, val pages: List<FacebookPageResponse>? = null, val verifyToken: String)
The parameters to provide for the Facebook channel.
Constructors
Link copied to clipboard
fun FacebookChannelPropertiesResponse(appId: String, appSecret: String? = null, callbackUrl: String, isEnabled: Boolean, pages: List<FacebookPageResponse>? = null, verifyToken: String)