Cross Platform Instagram Kit
  • Introduction
  • Usage
    • Namespace
  • Api
    • Is Service Available
    • Image Sharing
    • Video Sharing
    • Add Stickers & Links
  • Utility Snippets
    • Save Texture2D to Persistent Path
    • Save Video to Persistent Path
Powered by GitBook
On this page

Was this helpful?

  1. Api

Is Service Available

First check to be done before using the plugin features

PreviousNamespaceNextImage Sharing

Last updated 6 years ago

Was this helpful?

Check Service Availability

Check if Instagram Kit features can be usable. As the apps need instagram app on the running platform, its always good to check this before calling any of the other plugin methods.

InstagramKitManager.IsAvailable();

Example

Example for check if service is available