-
public final class IntentKt
-
-
Method Summary
Modifier and Type Method Description final static UnitputPublication(Intent $self, Publication publication)final static UnitputPublication(Bundle $self, Publication publication)final static UnitputPublicationFrom(Intent $self, Activity activity)final static UnitputPublicationFrom(Bundle $self, Activity activity)final static PublicationgetPublication(Intent $self, Activity activity)final static PublicationgetPublicationOrNull(Intent $self)final static PublicationgetPublicationOrNull(Intent $self, Activity activity)final static PublicationgetPublicationOrNull(Bundle $self)final static UnitdestroyPublication(Intent $self, Activity activity)-
-
Method Detail
-
putPublication
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Unit putPublication(Intent $self, Publication publication)
-
putPublication
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Unit putPublication(Bundle $self, Publication publication)
-
putPublicationFrom
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Unit putPublicationFrom(Intent $self, Activity activity)
-
putPublicationFrom
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Unit putPublicationFrom(Bundle $self, Activity activity)
-
getPublication
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Publication getPublication(Intent $self, Activity activity)
-
getPublicationOrNull
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Publication getPublicationOrNull(Intent $self)
-
getPublicationOrNull
@Deprecated(message = The `activity` parameter is not necessary, level = DeprecationLevel.ERROR) final static Publication getPublicationOrNull(Intent $self, Activity activity)
-
getPublicationOrNull
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Publication getPublicationOrNull(Bundle $self)
-
destroyPublication
@Deprecated(message = Use your own repository to share publications between activities. See the migration guide., level = DeprecationLevel.ERROR) final static Unit destroyPublication(Intent $self, Activity activity)
-
-
-
-