Facebook.IOSFacebook.iosInit C# (CSharp) Method

iosInit() private method

private iosInit ( bool cookie, bool logging, bool status, bool frictionlessRequests, string urlSuffix ) : void
cookie bool
logging bool
status bool
frictionlessRequests bool
urlSuffix string
return void
        [DllImport ("__Internal")] private static extern void iosInit(bool cookie, bool logging, bool status, bool frictionlessRequests, string urlSuffix);
        [DllImport ("__Internal")] private static extern void iosLogin(string scope);