RegisterPushRequest
data class RegisterPushRequest(val serviceDid: Did, val token: String, val platform: RegisterPushPlatform, val appId: String, val ageRestricted: Boolean? = null)
Parameters
ageRestricted
Set to true when the actor is age restricted
Constructors
Link copied to clipboard
constructor(serviceDid: Did, token: String, platform: RegisterPushPlatform, appId: String, ageRestricted: Boolean? = null)