Applicasa.PushNotification.ApplicasaPushSend C# (CSharp) 메소드

ApplicasaPushSend() 개인적인 메소드

private ApplicasaPushSend ( IntPtr innerPush, IntPtr users, int arrayCount, SendPushFinished sendPushFinished ) : void
innerPush System.IntPtr
users System.IntPtr
arrayCount int
sendPushFinished SendPushFinished
리턴 void
        private static extern void ApplicasaPushSend(IntPtr innerPush, IntPtr[] users, int arrayCount, SendPushFinished sendPushFinished);