Applicasa.PushNotification.PushNotification C# (CSharp) Метод

PushNotification() публичный Метод

public PushNotification ( string message, string sound, int badge ) : System
message string
sound string
badge int
Результат System
        public PushNotification(string message, string sound, int badge)
        {
            innerPush = ApplicasaPushGet(message, sound, badge);
        }

Same methods

PushNotification::PushNotification ( ) : System
PushNotification::PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System