Java android.support.v4.app ShareCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app ShareCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.app ShareCompat.

The text is from its open source code.

Field

StringEXTRA_CALLING_PACKAGE
Intent extra that stores the name of the calling package for an ACTION_SEND intent.
StringEXTRA_CALLING_ACTIVITY
Intent extra that stores the ComponentName of the calling activity for an ACTION_SEND intent.

Method

voidconfigureMenuItem(MenuItem item, IntentBuilder shareIntent)
Configure a MenuItem to act as a sharing action.