Facebook.IOSFacebook.iosAppRequest C# (CSharp) Method

iosAppRequest() private method

private iosAppRequest ( int requestId, string message, string to = null, int toLength, string filters = "", string excludeIds = null, int excludeIdsLength, bool hasMaxRecipients = false, int maxRecipients, string data = "", string title = "" ) : void
requestId int
message string
to string
toLength int
filters string
excludeIds string
excludeIdsLength int
hasMaxRecipients bool
maxRecipients int
data string
title string
return void
        private static extern void iosAppRequest(
            int requestId,
            string message, 
            string[] to = null,
            int toLength = 0,
            string filters = "", 
            string[] excludeIds = null,
            int excludeIdsLength = 0,
            bool hasMaxRecipients = false,
            int maxRecipients = 0, 
            string data = "", 
            string title = "");