SocialMediaPlatform
No description
enum SocialMediaPlatform {
FACEBOOK
INSTAGRAM
LINKED_IN
}
Values
SocialMediaPlatform.FACEBOOK
SocialMediaPlatform.INSTAGRAM
SocialMediaPlatform.LINKED_IN
Member Of
SocialMediaAccount
object