Appboy.AppboyBinding.SetUserEmailNotificationSubscriptionType C# (CSharp) Method

SetUserEmailNotificationSubscriptionType() public static method

public static SetUserEmailNotificationSubscriptionType ( AppboyNotificationSubscriptionType emailNotificationSubscriptionType ) : void
emailNotificationSubscriptionType AppboyNotificationSubscriptionType
return void
        public static void SetUserEmailNotificationSubscriptionType(AppboyNotificationSubscriptionType emailNotificationSubscriptionType)
        {
            _setUserEmailNotificationSubscriptionType((int)emailNotificationSubscriptionType);
        }
AppboyBinding